Skip to content

Commit

Permalink
fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
lacymorrow committed Sep 2, 2018
1 parent 8ba0e11 commit 50da811
Show file tree
Hide file tree
Showing 2 changed files with 5,125 additions and 7 deletions.
9 changes: 4 additions & 5 deletions Gruntfile.js
Expand Up @@ -53,15 +53,14 @@
cssmin: { cssmin: {
casper: { casper: {
options: { options: {
banner: 'aaaafad',
noAdvanced: true, noAdvanced: true,
compatibility: 'ie8', compatibility: 'ie8',
keepSpecialComments: 0 keepSpecialComments: 0
}, },
files: { casper: {
'style.css': ['<%= concat.casper.dest %>'], src: 'css/style.css',
'rtl.css': ['css/rtl.css'] dest: 'style.css'
} }
} }
}, },
jshint: { jshint: {
Expand Down

0 comments on commit 50da811

Please sign in to comment.