Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Commit

Permalink
fix(toolchain): fixed demo causing toolchain to boot the server
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry committed May 23, 2016
1 parent cf4a892 commit db3ea49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ gulp.task('jasmine', [], () => {

const SpecReporter = require('jasmine-spec-reporter');

return gulp.src(['build/api/**/*.js', '!build/api/api/bootstrap.js'])
return gulp.src(['build/api/**/*.js', '!build/api/_demo/api/bootstrap.js'])
.pipe(jasmine({
reporter: new SpecReporter({
displayFailuresSummary: false
Expand Down

0 comments on commit db3ea49

Please sign in to comment.