Skip to content
Snippets Groups Projects

Arenal production settings

Merged Maier, Andreas requested to merge arenal_production_settings into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 3
2
{
"name": "netex",
"version": "0.9.4-rc3",
"version": "0.9.5",
"scripts": {
"ng": "ng",
"start:dev": "ng serve --configuration=dev",
@@ -12,12 +12,13 @@
"e2e": "ng e2e",
"build-prod": "ng build --configuration=production --output-hashing=none",
"build-dev": "ng build --configuration=development --output-hashing=none",
"build-old": "ng build --configuration=old --output-hashing=none",
"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-dev": "npm run build-dev netex && node build-netex.js",
"build:netex-dock1": "npm run build-old netex && node build-netex.js",
"build:netex-old": "npm run build-old netex && node build-netex.js",
"prefix": "bash prefix_styles.sh",
"prefixcss": "postcss -r drugsTone-build/styles.css"
},
Loading