Skip to content

Commit

Permalink
gulpfile js task fix and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtmiller committed May 29, 2019
1 parent 20126db commit b48f2b1
Show file tree
Hide file tree
Showing 6 changed files with 143 additions and 140 deletions.
2 changes: 1 addition & 1 deletion css/resume.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Start Bootstrap - Resume v5.0.5 (https://startbootstrap.com/template-overviews/resume)
* Start Bootstrap - Resume v5.0.6 (https://startbootstrap.com/template-overviews/resume)
* Copyright 2013-2019 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion css/resume.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ function js() {
// Watch files
function watchFiles() {
gulp.watch("./scss/**/*", css);
gulp.watch("./js/**/*", js);
gulp.watch(["./js/**/*", "!./js/**/*.min.js"], js);
gulp.watch("./**/*.html", browserSyncReload);
}

Expand Down
2 changes: 1 addition & 1 deletion js/resume.min.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Start Bootstrap - Resume v5.0.5 (https://startbootstrap.com/template-overviews/resume)
* Start Bootstrap - Resume v5.0.6 (https://startbootstrap.com/template-overviews/resume)
* Copyright 2013-2019 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
*/
Expand Down
Loading

0 comments on commit b48f2b1

Please sign in to comment.