Skip to content

Commit

Permalink
fixed gulp setup and added nashville filter, added :before
Browse files Browse the repository at this point in the history
  • Loading branch information
UNA A. KRAVETS committed Nov 13, 2015
1 parent 55f5682 commit 13901c6
Show file tree
Hide file tree
Showing 51 changed files with 807 additions and 155 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ gulp.task('twig', function () {


gulp.task('watch', function() {
gulp.watch('source/scss/**/*.scss', ['scss', 'sass-lint']);
gulp.watch('source/scss/**/*.scss', ['lib-scss', 'site-scss', 'sass-lint']);
gulp.watch('source/scss/**/*.html', ['minify-html']);
gulp.watch('site/**/*.twig', ['twig']);
});
Expand Down
2 changes: 1 addition & 1 deletion site/css/1977.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 site/css/aden.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 site/css/brooklyn.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 site/css/cssgram.min.css

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

Loading

0 comments on commit 13901c6

Please sign in to comment.