summaryrefslogtreecommitdiff
path: root/web-ui/package.json
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2017-02-08 13:49:54 -0200
committerAnike Arni <aarni@thoughtworks.com>2017-02-08 13:51:37 -0200
commitea852b12e33b0e50ba7986c33ad68be5e38305ba (patch)
treee852ab83caeca6158ffc78e3cda100157ddb9f88 /web-ui/package.json
parent8892fa5095064af6718e064d29e71b0a7bf8212d (diff)
[#922] Add css autoprefixer for compatibility with browsers
with @tayanefernandes
Diffstat (limited to 'web-ui/package.json')
-rw-r--r--web-ui/package.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/web-ui/package.json b/web-ui/package.json
index c9229270..4f7c1bc5 100644
--- a/web-ui/package.json
+++ b/web-ui/package.json
@@ -55,6 +55,7 @@
"modernizr": "^3.3.1",
"node-sass": "^4.5.0",
"nyc": "^10.1.2",
+ "postcss-loader": "^1.2.2",
"quoted-printable": "^1.0.1",
"react": "^15.4.2",
"react-a11y": "^0.3.3",
@@ -78,11 +79,9 @@
"test:karma": "karma start --single-run $GRUNT_OPTS",
"test:watch:mocha": "npm run test:mocha -- --watch",
"test:watch:karma": "karma start",
-
"lint": "npm run lint:jshint && npm run lint:eslint",
"lint:jshint": "jshint --config=.jshintrc app test",
"lint:eslint": "eslint src test/unit",
-
"build": "npm run build:statics && npm run build:js",
"build:debug": "npm run build && karma start --browsers Chrome $GRUNT_OPTS",
"build:statics": "npm run clean && npm run build:handlebars && npm run add_git_version && npm run build:compass",
@@ -90,12 +89,10 @@
"build:js": "webpack --colors --progress",
"build:compass": "compass compile",
"build:handlebars": "mkdir -p app/js/generated/hbs/ && handlebars app/templates/**/*.hbs > app/js/generated/hbs/templates.js --namespace=window.Pixelated --root .",
-
"watch": "npm run watch:compass & npm run watch:handlebars & npm run watch:js",
"watch:handlebars": "watch 'npm run build:handlebars' app/templates",
"watch:compass": "compass watch",
"watch:js": "webpack --colors --progress --watch",
-
"clean": "rm -rf dist/ app/js/generated/hbs/* app/css/*",
"imagemin": "node config/imagemin.js",
"package": "PIXELATED_BUILD='package' npm run build:prod && npm run imagemin",