Skip to content

Commit

Permalink
chore(build): exact source maps when in watch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
christianacca committed Aug 18, 2016
1 parent 7bcc16c commit cd8f4b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo-apps/es5/package.json
Expand Up @@ -13,7 +13,7 @@
"setup:local": "node ../../node_modules/npm-run-all/bin/npm-run-all --parallel build:lib linklocal",
"start": "node ../../node_modules/npm-run-all/bin/npm-run-all --parallel watch:lib server",
"unlinklocal": "npm run _linklocal -- unlink --named ng-table ../../../ && npm install --production",
"watch:lib": "cd ../../ && npm run watch"
"watch:lib": "cd ../../ && npm run watch:debug"
},
"keywords": [],
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion demo-apps/es6-systemjs/package.json
Expand Up @@ -13,7 +13,7 @@
"setup:local": "node ../../node_modules/npm-run-all/bin/npm-run-all --parallel build:lib linklocal",
"start": "node ../../node_modules/npm-run-all/bin/npm-run-all --parallel watch:lib server",
"unlinklocal": "npm run _linklocal -- unlink --named ng-table ../../../ && npm install --production",
"watch:lib": "cd ../../ && npm run watch"
"watch:lib": "cd ../../ && npm run watch:debug"
},
"keywords": [],
"dependencies": {
Expand Down

0 comments on commit cd8f4b8

Please sign in to comment.