diff options
| author | Chris Rebert <[email protected]> | 2014-02-04 13:18:54 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-02-04 13:18:54 -0800 |
| commit | 46f9d27142ed81cfbcc0dc7806829756357a7505 (patch) | |
| tree | c1bb13714d26ae0c3206c21cf25b47cf311b0480 | |
| parent | ef3c560a06cce3b48a40f111d8bd8dd4bc2b2f9d (diff) | |
| download | bootstrap-46f9d27142ed81cfbcc0dc7806829756357a7505.tar.xz bootstrap-46f9d27142ed81cfbcc0dc7806829756357a7505.zip | |
reorganize all grunt tasks into one directory
also fixes #12581
| -rw-r--r-- | Gruntfile.js | 8 | ||||
| -rw-r--r-- | grunt/bs-glyphicons-data-generator.js (renamed from docs/grunt/bs-glyphicons-data-generator.js) | 0 | ||||
| -rw-r--r-- | grunt/bs-lessdoc-parser.js (renamed from docs/grunt/bs-lessdoc-parser.js) | 0 | ||||
| -rw-r--r-- | grunt/bs-raw-files-generator.js (renamed from docs/grunt/bs-raw-files-generator.js) | 0 | ||||
| -rw-r--r-- | grunt/shrinkwrap.js (renamed from test-infra/shrinkwrap.js) | 0 |
5 files changed, 4 insertions, 4 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 55c4e46de..acef4100a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -17,10 +17,10 @@ module.exports = function (grunt) { var fs = require('fs'); var path = require('path'); - var generateGlyphiconsData = require('./docs/grunt/bs-glyphicons-data-generator.js'); - var BsLessdocParser = require('./docs/grunt/bs-lessdoc-parser.js'); - var generateRawFilesJs = require('./docs/grunt/bs-raw-files-generator.js'); - var updateShrinkwrap = require('./test-infra/shrinkwrap.js'); + var generateGlyphiconsData = require('./grunt/bs-glyphicons-data-generator.js'); + var BsLessdocParser = require('./grunt/bs-lessdoc-parser.js'); + var generateRawFilesJs = require('./grunt/bs-raw-files-generator.js'); + var updateShrinkwrap = require('./grunt/shrinkwrap.js'); // Project configuration. grunt.initConfig({ diff --git a/docs/grunt/bs-glyphicons-data-generator.js b/grunt/bs-glyphicons-data-generator.js index 3e32698a1..3e32698a1 100644 --- a/docs/grunt/bs-glyphicons-data-generator.js +++ b/grunt/bs-glyphicons-data-generator.js diff --git a/docs/grunt/bs-lessdoc-parser.js b/grunt/bs-lessdoc-parser.js index 9d0b2ffaf..9d0b2ffaf 100644 --- a/docs/grunt/bs-lessdoc-parser.js +++ b/grunt/bs-lessdoc-parser.js diff --git a/docs/grunt/bs-raw-files-generator.js b/grunt/bs-raw-files-generator.js index 255508b7f..255508b7f 100644 --- a/docs/grunt/bs-raw-files-generator.js +++ b/grunt/bs-raw-files-generator.js diff --git a/test-infra/shrinkwrap.js b/grunt/shrinkwrap.js index 7a0328d41..7a0328d41 100644 --- a/test-infra/shrinkwrap.js +++ b/grunt/shrinkwrap.js |
