mirror of
https://github.com/mathew-kurian/Scribe.js
synced 2025-04-24 14:25:00 +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']
|
||||
},
|
||||
lib: {
|
||||
src: ['lib/**/*.js', 'examples/**/*.js']
|
||||
src: ['lib/**/*.js', 'examples/**/*.js', 'static/js/**/*.js']
|
||||
},
|
||||
test: {
|
||||
src: ['test/**/*.js']
|
||||
|
|
Loading…
Add table
Reference in a new issue