Inline source-maps

This commit is contained in:
Nils Norman Haukås 2016-08-07 14:59:47 +02:00
parent 4dbb8458d5
commit babcb9ae1a

View file

@ -5,7 +5,7 @@
"main": "Gulpfile.js",
"scripts": {
"clean": "rm -r dist",
"build": "jspm bundle-sfx src/app/main.ts dist/app.js && ./build.sh",
"build": "jspm bundle-sfx src/app/main.ts dist/app.js --inline-source-maps && ./build.sh",
"start": "browser-sync start --no-notify -b google-chrome --startPath test/ --server --files 'src/**/*'",
"postinstall": "typings install && jspm install"
},