mirror of
https://github.com/mathew-kurian/Scribe.js
synced 2025-04-24 22:34:58 +00:00
Check statics/js too
This commit is contained in:
parent
1e4d8a1788
commit
8b795688df
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ module.exports = function(grunt) {
|
||||||
src: ['scribe.js', 'Gruntfile.js']
|
src: ['scribe.js', 'Gruntfile.js']
|
||||||
},
|
},
|
||||||
lib: {
|
lib: {
|
||||||
src: ['lib/**/*.js', 'examples/**/*.js']
|
src: ['lib/**/*.js', 'examples/**/*.js', 'static/js/**/*.js']
|
||||||
},
|
},
|
||||||
test: {
|
test: {
|
||||||
src: ['test/**/*.js']
|
src: ['test/**/*.js']
|
||||||
|
|
Loading…
Add table
Reference in a new issue