Skip to content

Commit 9c93751

Browse files
committed
Merge pull request #50 from angularity/feature/webstorm-issues
Feature/webstorm issues
2 parents 1abfe56 + fbf39dd commit 9c93751

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

npm-shrinkwrap.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tasks/webstorm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ function setUpWebStormTask(context) {
240240
jshintPath : '$PROJECT_DIR$/.jshintrc',
241241
jsDebugPort : properties.port,
242242
javascriptVersion : 'ES6',
243-
watcherSuppressedTasks : 'Traceur compiler;SCSS',
243+
watcherSuppressedTasks : 'Traceur compiler;SCSS;Babel',
244244
JsKarmaPackageDirSetting: path.resolve(__dirname, '..', 'node_modules', 'karma'),
245245
contentPaths : [
246246
{content: 'file://' + process.cwd()}

0 commit comments

Comments
 (0)