Skip to content

Commit

Permalink
rm html.love CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Mar 8, 2016
1 parent 78c0ec8 commit 68bc3aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CNAME
@@ -1,2 +1 @@
html.love
diygod.js.org
diygod.js.org
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -29,7 +29,7 @@ gulp.task('compressCSS', function() {

// Watch files for changes & recompile
gulp.task('watch', function () {
gulp.watch(['src/*.scss'], ['compressCSS']);
gulp.watch(['src/css/*.scss'], ['compressCSS']);
});

// Default task, running just `gulp` will move font, compress js and scss, start server, watch files.
Expand Down

0 comments on commit 68bc3aa

Please sign in to comment.