Skip to content

Commit

Permalink
Build and minify when package is installed
Browse files Browse the repository at this point in the history
Move dependencies for builds
  • Loading branch information
openfirmware committed Oct 29, 2014
1 parent c12467a commit e31c189
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,17 @@
"arctic",
"maps"
],
"scripts": {
"postinstall": "jake build"
},
"author": "GeoSensor Web Lab",
"license": "BSD-2-Clause",
"devDependencies": {
"http-server": "^0.7.1",
"dependencies": {
"jake": "^8.0.9",
"leaflet": "^0.7.3",
"uglify-js": "^2.4.15"
},
"devDependencies": {
"http-server": "^0.7.1",
"leaflet": "^0.7.3"
}
}

0 comments on commit e31c189

Please sign in to comment.