diff options
| author | Chris Rebert <[email protected]> | 2014-03-12 14:01:09 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-03-28 11:12:28 -0700 |
| commit | 24c5a453b2314ded0fcdea20dc30f2e02c0cd501 (patch) | |
| tree | 011602f384f9cba57284d0d7f6354506659ad2c4 /package.json | |
| parent | 44d32ed776e9c6c8a27e4f108b9f3cd7c87160dd (diff) | |
| download | bootstrap-24c5a453b2314ded0fcdea20dc30f2e02c0cd501.tar.xz bootstrap-24c5a453b2314ded0fcdea20dc30f2e02c0cd501.zip | |
use glob instead of fs.readdirSync since /less now has subdirs
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index f11a63334..afae79aa1 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "devDependencies": { "btoa": "~1.1.1", "canonical-json": "~0.0.4", + "glob": "^3.2.9", "grunt": "~0.4.4", "grunt-autoprefixer": "~0.7.2", "grunt-banner": "~0.2.2", |
