Skip to content

Commit 36fd1de

Browse files
committed
Move grunt/config/jsx/jsx.js to grunt/config/jsx.js.
There used to be more files in that subdirectory.
1 parent 0e5dfd3 commit 36fd1de

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = function(grunt) {
1717
grunt.initConfig({
1818
pkg: grunt.file.readJSON('package.json'),
1919
copy: require('./grunt/config/copy'),
20-
jsx: require('./grunt/config/jsx/jsx'),
20+
jsx: require('./grunt/config/jsx'),
2121
browserify: require('./grunt/config/browserify'),
2222
populist: require('./grunt/config/populist'),
2323
connect: require('./grunt/config/server')(grunt),

0 commit comments

Comments
 (0)