Skip to content

Commit

Permalink
Added sass cache to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
thepag committed Dec 14, 2014
1 parent 6dd03b7 commit 169996c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
.sass-cache
2 changes: 2 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ module.exports = function(grunt) {

sass: {
options: {
noCache: true,
sourcemap: 'none',
style: 'compressed'
},
"blue.monday": {
Expand Down
5 changes: 4 additions & 1 deletion dist/skin/blue.monday/css/jplayer.blue.monday.min.css

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

Loading

0 comments on commit 169996c

Please sign in to comment.