We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8abfd60 commit 901b2ecCopy full SHA for 901b2ec
Gruntfile.js
@@ -5,7 +5,7 @@ module.exports = function (grunt) {
5
pkg: grunt.file.readJSON('package.json'),
6
jsbeautifier: {
7
modify: {
8
- src: ['Gruntfile.js', 'lib/**/*.js', 'routes/*/**.js', 'tests/**.js', 'scripts/*.js'],
+ src: ['Gruntfile.js', 'lib/**/*.js', 'routes/*/**.js', 'tests/**.js', 'scripts/*.js', 'conf/**'],
9
options: {
10
config: '.jsbeautifyrc'
11
}
0 commit comments