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

use python3 to prefix css in cdn

parent 12496676
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@
"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": "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": "python3 prefixCSS.py --stage parse && npm run build-prod netex && node build-netex.js && python3 prefixCSS.py --stage cleanup",
"build:netex-dev": "python3 prefixCSS.py --stage parse && npm run build-dev netex && node build-netex.js && python3 prefixCSS.py --stage cleanup",
"build:netex-old": "npm run build-old netex && node build-netex.js",
"prefix": "bash prefix_styles.sh",
"prefixcss": "postcss -r drugsTone-build/styles.css"
......
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