Skip to content

Commit

Permalink
Remove unused Grunt dependencies
Browse files Browse the repository at this point in the history
Grunt is now only used for executing the tests via the command line,
uploading the builds to S3 and invoking JSHint.
  • Loading branch information
pangratz committed Apr 22, 2014
1 parent 77af6f7 commit df7a0c5
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 208 deletions.
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,11 @@
"url": "https://github.com/tildeio/router.js.git"
},
"devDependencies": {
"brfs": "0.0.8",
"grunt": "~0.4.2",
"grunt-browserify": "~1.2.11",
"grunt-cli": "~0.1.11",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-es6-module-transpiler": "~0.5.0",
"jshint": "~0.9",
"grunt-s3": "~0.2.0-alpha.2",
"load-grunt-config": "~0.5.0",
Expand Down
21 changes: 0 additions & 21 deletions tasks/browser.js

This file was deleted.

33 changes: 0 additions & 33 deletions tasks/build-tests.js

This file was deleted.

10 changes: 0 additions & 10 deletions tasks/options/browser.js

This file was deleted.

10 changes: 0 additions & 10 deletions tasks/options/buildTests.js

This file was deleted.

21 changes: 0 additions & 21 deletions tasks/options/concat.js

This file was deleted.

22 changes: 0 additions & 22 deletions tasks/options/connect.js

This file was deleted.

60 changes: 0 additions & 60 deletions tasks/options/transpile.js

This file was deleted.

18 changes: 0 additions & 18 deletions tasks/options/uglify.js

This file was deleted.

6 changes: 0 additions & 6 deletions tasks/options/watch.js

This file was deleted.

0 comments on commit df7a0c5

Please sign in to comment.