Commit b14736c9 by kevalbhatt

ATLAS-2847 : UI: Add grunt scripts in package.json

parent 65d42c16
...@@ -6,6 +6,12 @@ ...@@ -6,6 +6,12 @@
"type": "git", "type": "git",
"url": "https://git-wip-us.apache.org/repos/asf/incubator-atlas.git" "url": "https://git-wip-us.apache.org/repos/asf/incubator-atlas.git"
}, },
"scripts": {
"dev": "grunt dev",
"build": "grunt build",
"dev-minify": "grunt dev-minify",
"build-minify": "grunt build-minify"
},
"engines": { "engines": {
"node": "4.4.x", "node": "4.4.x",
"npm": "3.8.x" "npm": "3.8.x"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment