Skip to content
Snippets Groups Projects
Commit a537e4a9 authored by Hartung, Michael's avatar Hartung, Michael
Browse files

CSS prefixes

parent 7cda6a13
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
"package-es5": "cd dist/netex && cat runtime-es5.js polyfills-es5.js main-es5.js > bundle-es5.js",
"package-es2015": "cd dist/netex && cat runtime-es2015.js polyfills-es2015.js main-es2015.js > bundle-es2015.js",
"bundle": "npm run build-prod netex && npm run package-es5 && npm run package-es2015",
"build:netex": "npm run build-prod netex && node build-netex.js",
"build:netex": "python prefixCSS.py --stage parse && npm run build-prod netex && node build-netex.js && python prefixCSS.py --stage cleanup",
"build:netex-dev": "python prefixCSS.py --stage parse && npm run build-dev netex && node build-netex.js && python prefixCSS.py --stage cleanup",
"build:netex-old": "npm run build-old netex && node build-netex.js",
"prefix": "bash prefix_styles.sh",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment