Fix fucking MIME types of javascript files.
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
"start-en": "ng serve --port 4201 --configuration=en --proxy-config proxy.conf.json",
|
||||
"start-fr": "ng serve --port 4201 --configuration=fr --proxy-config proxy.conf.json",
|
||||
"build": "ng build",
|
||||
"build-prod-en": "ng build --configuration=production-en --base-href",
|
||||
"build-prod-fr": "ng build --configuration=production-fr --base-href",
|
||||
"build-prod-en": "ng build --configuration=production-en --base-href /en/",
|
||||
"build-prod-fr": "ng build --configuration=production-fr --base-href /fr/",
|
||||
"watch": "ng build --watch --configuration development",
|
||||
"test": "ng test",
|
||||
"i18n": "ng extract-i18n --output-path src/locale --format=json"
|
||||
|
||||
Reference in New Issue
Block a user