Minifies on first run too

master
Keith Irwin 2017-04-12 20:47:24 -04:00
parent 449a813ab6
commit bfe4fca8bb
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
"verbose": true,
"ext": "html, js, json, css",
"events": {
"restart": "npm run minify"
"start": "npm run minify"
}
}