Skip to content

Commit

Permalink
Phasing out watchify
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond de Wit committed Jul 16, 2014
1 parent 1fa7f2c commit f151092
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 31 deletions.
1 change: 0 additions & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ module.exports = yeoman.generators.Base.extend(
//
this.copy( "GruntFile.coffee", "GruntFile.coffee" );
this.copy( "src/config.rb", "src/config.rb" );
this.copy( "watchify.sh", "watchify.sh" );

// Setup the sass files
//
Expand Down
32 changes: 16 additions & 16 deletions generators/app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,35 +16,35 @@
"contributors": [],
"dependencies": {
"backbone": "~1.1.2",
"madlib-console": "~0.1.0",
"madlib-settings": "~0.1.2",
"madlib-hostmapping": "~0.1.6",
"q": "~1.0.0",
"madlib-console": "~0.1.4",
"madlib-settings": "~0.1.6",
"madlib-hostmapping": "~0.1.7",
"q": "~1.0.1",
"jquery": "<%= jQueryVersion %>"
<% if( multiLanguage === true || demo === true ) { %>
, "madlib-locale": "~0.0.1"
<% } %>
},
"description": "<%= packageDescription %>",
"devDependencies": {
"browserify": "~3.23.1",
"browserify-shim": "~3.3.2",
"chai": "~1.8.1",
"browserify": "~4.2.0",
"browserify-shim": "~3.6.0",
"chai": "~1.9.1",
"coffeeify": "~0.6.0",
"grunt": "~0.4.1",
"grunt-browserify": "~2.0.1",
"grunt-cli": "~0.1.11",
"grunt": "~0.4.5",
"grunt-browserify": "~2.1.3",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compass": "~0.7.0",
"grunt-contrib-compress": "~0.5.3",
"grunt-contrib-compass": "~0.9.0",
"grunt-contrib-compress": "~0.9.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "~0.3.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-yuidoc-iq": "~0.1.4",
"grunt-grunticon": "~1.0.0-beta.0",
"grunt-mocha-test": "~0.8.2",
"grunt-mocha-test": "~0.11.0",
"grunt-string-replace": "~0.2.7",
"hbsfy": "~1.0.0",
"hbsfy": "~1.3.2",
"yuidoc-marviq-theme": "~0.1.0"
},
"licenses": [
Expand Down
14 changes: 0 additions & 14 deletions generators/app/templates/watchify.sh

This file was deleted.

0 comments on commit f151092

Please sign in to comment.