Skip to content

Commit

Permalink
Slim support. Fixes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjoelkemp committed Mar 17, 2014
1 parent 882ec38 commit 7a83db8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions settings/slim-settings.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports.lib = 'grunt-slim';
module.exports.target = {
dist: {
files: [{
expand: true,
src: ['**/*.slim', '!node_modules/**/*.slim'],
ext: '.html'
}]
}
};

0 comments on commit 7a83db8

Please sign in to comment.