diff options
| author | XhmikosR <[email protected]> | 2016-03-15 21:09:10 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-03-15 21:09:10 +0200 |
| commit | ae4d774fa5cd7fbca6c1e11775f16f6d9c8a6c71 (patch) | |
| tree | c855b644edb9a136705475cc426739b795a619b2 /Gruntfile.js | |
| parent | 122d9e53949baf96f705e67e9e198a0f2a5410e3 (diff) | |
| download | bootstrap-ae4d774fa5cd7fbca6c1e11775f16f6d9c8a6c71.tar.xz bootstrap-ae4d774fa5cd7fbca6c1e11775f16f6d9c8a6c71.zip | |
Remove the now unused glob.
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 67cbc5078..dd7391c19 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -17,7 +17,6 @@ module.exports = function (grunt) { var fs = require('fs'); var path = require('path'); - var glob = require('glob'); var isTravis = require('is-travis'); var npmShrinkwrap = require('npm-shrinkwrap'); var mq4HoverShim = require('mq4-hover-shim'); |
