Skip to content

Commit

Permalink
Able to test before version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyo Nagashima committed Oct 19, 2014
1 parent 7588079 commit cdb44f1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,24 @@ module.exports = function (grunt) {
sass: {
test: {
options: {
style: 'compressed',
loadPath: process.cwd()
loadPath: process.cwd(),
sourcemap: 'none',
style: 'compressed'
},

src: ['tmp/normalize.scss'],
dest: 'tmp/normalize.test.css'
}
},

cssmin: {
test: {
filter: 'isFile',
options: {
keepSpecialComments: 0,
},

expand: true,
filter: 'isFile',
src: ['tmp/*.css']
}
}
Expand Down

0 comments on commit cdb44f1

Please sign in to comment.