Move build instructions from Gruntfile to Makefile
Also, remove build-no-locales-no-otr.js
Showing
... | @@ -37,17 +37,15 @@ | ... | @@ -37,17 +37,15 @@ |
"grunt-cli": "~0.1.13", | "grunt-cli": "~0.1.13", | ||
"grunt-contrib-cssmin": "~0.9.0", | "grunt-contrib-cssmin": "~0.9.0", | ||
"grunt-contrib-jst": "~0.6.0", | "grunt-contrib-jst": "~0.6.0", | ||
"grunt-contrib-requirejs": "~0.4.3", | |||
"grunt-json": "^0.1.3", | |||
"grunt-touch": "^0.1.0", | |||
"http-server": "^0.7.4", | "http-server": "^0.7.4", | ||
"jshint": "^2.8.0", | |||
"less": "~1.7.0", | "less": "~1.7.0", | ||
"phantom-jasmine": "0.1.8", | "phantom-jasmine": "0.1.8", | ||
"phantomjs": "~1.9.7-1", | "phantomjs": "~1.9.7-1", | ||
"po2json": "^0.3.0" | "po2json": "^0.3.0", | ||
"uglify-js": "1.3.0" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"jshint": "^2.8.0", | |||
"requirejs": "~2.1.15" | "requirejs": "~2.1.15" | ||
} | } | ||
} | } |
Please register or sign in to comment