From d83a6d27b7f92752a91a8d733353a38714e44951 Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Wed, 28 Dec 2016 15:55:53 -0200 Subject: Update package script to use webpack files --- web-ui/package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'web-ui/package.json') diff --git a/web-ui/package.json b/web-ui/package.json index 24c4e91f..3dab5f80 100644 --- a/web-ui/package.json +++ b/web-ui/package.json @@ -13,7 +13,6 @@ "dompurify": "^0.8.4", "flightjs": "^1.5.1", "font-awesome": "^4.7.0", - "foundation": "^4.2.1-1", "handlebars": "^4.0.5", "he": "^1.1.0", "html-minifier": "2.1.6", @@ -37,8 +36,6 @@ "karma-junit-reporter": "0.2.2", "karma-phantomjs-launcher": "1.0.1", "karma-requirejs": "1.0.0", - "lodash": "^4.17.3", - "minify": "2.0.9", "modernizr": "^3.3.1", "quoted-printable": "^1.0.1", "requirejs": "2.2.0", @@ -59,7 +56,7 @@ "build": "npm run clean && npm run handlebars && npm run build-js && npm run add_git_version && npm run compass", "build-js": "webpack --colors --progress", "jshint": "jshint --config=.jshintrc app test", - "clean": "rm -rf .tmp/ 'dist/*' app/js/generated/hbs/* app/css/*", + "clean": "rm -rf 'dist/*' app/js/generated/hbs/* app/css/*", "buildmain": "node_modules/requirejs/bin/r.js -o config/buildoptions.js", "package": "/bin/bash config/package.sh", "imagemin": "node config/imagemin.js", -- cgit v1.2.3