Skip to content

Commit

Permalink
[#3] Remove unused dependencies and include css filesto deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
camillagds committed Feb 18, 2018
1 parent 2894e3c commit 207915d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
install:
- npm install
- bower install
script:
- gulp build
after_success:
Expand Down
2 changes: 1 addition & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gulp.task('deploy', function() {
password: args.password,
log: gutil.log
});
gulp.src(['index.html', sassFiles])
gulp.src(['index.html', './**/*.css'])
.pipe(conn.newer(remotePath))
.pipe(conn.dest(remotePath));
});

0 comments on commit 207915d

Please sign in to comment.