Skip to content

Commit 901b2ec

Browse files
author
david
committed
include other js files
1 parent 8abfd60 commit 901b2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = function (grunt) {
55
pkg: grunt.file.readJSON('package.json'),
66
jsbeautifier: {
77
modify: {
8-
src: ['Gruntfile.js', 'lib/**/*.js', 'routes/*/**.js', 'tests/**.js', 'scripts/*.js'],
8+
src: ['Gruntfile.js', 'lib/**/*.js', 'routes/*/**.js', 'tests/**.js', 'scripts/*.js', 'conf/**'],
99
options: {
1010
config: '.jsbeautifyrc'
1111
}

0 commit comments

Comments
 (0)