Skip to content

Commit

Permalink
JSX Support. Fixes #6
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjoelkemp committed Mar 18, 2014
1 parent b71b38b commit c37aa2e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions settings/jsx-settings.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports.lib = 'grunt-react';
module.exports.target = {
dist: {
files: [{
expand: true,
src: ['**/*.jsx', '!node_modules/**/*.jsx'],
ext: '.js'
}]
}
};

0 comments on commit c37aa2e

Please sign in to comment.