Skip to content

Commit

Permalink
Updated package.json scripts to properly use gulp compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
w00fz committed Apr 17, 2019
1 parent 6a31232 commit 9ae5502
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions themes/grav/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
"repository": "https://github.com/getgrav/grav-admin",
"main": "app/main.js",
"scripts": {
"watch": "webpack --watch --progress --colors --config webpack.conf.js",
"dev": "webpack --progress --colors --config webpack.conf.js",
"prod": "NODE_ENV=production webpack -p --config webpack.conf.js",
"test": "echo \"Error: no test specified\" && exit 1"
"watch": "gulp watch",
"js": "gulp js",
"css": "gulp css",
"watch-js": "gulp watch-js",
"watch-css": "gulp watch-css"
},
"author": "RocketTheme, LLC",
"license": "MIT",
Expand Down

0 comments on commit 9ae5502

Please sign in to comment.