We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5dfd3 commit 36fd1deCopy full SHA for 36fd1de
Gruntfile.js
@@ -17,7 +17,7 @@ module.exports = function(grunt) {
17
grunt.initConfig({
18
pkg: grunt.file.readJSON('package.json'),
19
copy: require('./grunt/config/copy'),
20
- jsx: require('./grunt/config/jsx/jsx'),
+ jsx: require('./grunt/config/jsx'),
21
browserify: require('./grunt/config/browserify'),
22
populist: require('./grunt/config/populist'),
23
connect: require('./grunt/config/server')(grunt),
grunt/config/jsx/jsx.js grunt/config/jsx.jsgrunt/config/jsx/jsx.js renamed to grunt/config/jsx.js
0 commit comments