Skip to content

Commit

Permalink
Makes npm install run gulp build --prod
Browse files Browse the repository at this point in the history
To avoid issues such as joemccann#514 and to allow Travis CI
to run unit test.
  • Loading branch information
benjamin-albert committed May 6, 2016
1 parent b314e71 commit e7e7301
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"scripts": {
"start": "node app.js",
"predeploy": "gulp build --prod"
"postinstall": "gulp build --prod"
},
"keywords": [
"dillinger",
Expand Down Expand Up @@ -73,6 +73,21 @@
"markdown-it-sup": "^1.0.0",
"markdown-it-toc": "^1.1.0",
"method-override": "^2.3.5",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-combine-media-queries": "^0.2.0",
"gulp-csso": "^0.2.9",
"gulp-filename-media-query": "^1.2.1",
"gulp-group-css-media-queries": "^1.1.0",
"gulp-if": "2.0.0",
"gulp-notify": "^2.2.0",
"gulp-open": "^0.3.0",
"gulp-rev-mtime": "^0.0.4",
"gulp-rimraf": "0.2.0",
"gulp-sass": "^2.0.4",
"gulp-size": "^1.1.0",
"gulp-uncss": "^0.5.1",
"gulp-util": "^3.0.6",
"morgan": "^1.6.1",
"phantom": "^2.0.4",
"rc": "0.3.0",
Expand All @@ -92,21 +107,6 @@
"dom-serializer": "^0.1.0",
"exports-loader": "^0.6.2",
"glob": "^5.0.5",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-combine-media-queries": "^0.2.0",
"gulp-csso": "^0.2.9",
"gulp-filename-media-query": "^1.2.1",
"gulp-group-css-media-queries": "^1.1.0",
"gulp-if": "2.0.0",
"gulp-notify": "^2.2.0",
"gulp-open": "^0.3.0",
"gulp-rev-mtime": "^0.0.4",
"gulp-rimraf": "0.2.0",
"gulp-sass": "^2.0.4",
"gulp-size": "^1.1.0",
"gulp-uncss": "^0.5.1",
"gulp-util": "^3.0.6",
"htmlparser2": "^3.8.3",
"jshint-stylish": "^1.0.0",
"json-loader": "^0.5.1",
Expand Down

0 comments on commit e7e7301

Please sign in to comment.