Skip to content

Commit

Permalink
revert tasks/pages.js from master
Browse files Browse the repository at this point in the history
  • Loading branch information
briangonzalez committed Nov 23, 2017
1 parent a006ac3 commit e698609
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: node_js
node_js:
- "7"
- "8"
before_install:
- npm install -g yarn
install:
- yarn install
- npm install
script:
- yarn run lint
- npm run lint
1 change: 1 addition & 0 deletions tasks/pages.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ import args from './lib/args'
gulp.task('pages', () => {
return gulp.src('app/pages/**/*.html')
.pipe(gulp.dest(`dist/${args.vendor}/pages`))
.pipe(gulpif(args.watch, livereload()))
})

0 comments on commit e698609

Please sign in to comment.