Skip to content

Commit

Permalink
Bye grunt. Hi npm & webpack. Hi node 4. Hi local-deps-only
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Oct 1, 2015
1 parent 485ba45 commit 63d5681
Show file tree
Hide file tree
Showing 11 changed files with 64 additions and 321 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules/
/node_modules/
npm-debug.log
.dist
.build
Expand Down
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.git/
.settings/
.tscache/
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ language: node_js
node_js:
- "0.12"
- "0.10"
before_install: npm install -g grunt-cli istanbul nodeunit
- "4.0.0"
68 changes: 0 additions & 68 deletions Gruntfile.js

This file was deleted.

7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,9 @@ Useful to bridge reactive code to imperative code.

* Write documentation, including how to organize projects
* Write blog about inner workings
* Introduce options for asynchronous views and structurally compare view results
* Introduce options for asynchronous views and structurally compare view results

## Contributing

* Feel free to send pr requests.
* Use `npm start` to run the basic test suite, `npm test` for the test suite with coverage and `npm run perf` for the performance tests.
Loading

0 comments on commit 63d5681

Please sign in to comment.