aboutsummaryrefslogtreecommitdiff
path: root/grunt/bs-raw-files-generator.js
AgeCommit message (Collapse)AuthorFilesLines
2014-12-17remove remaining remnants of the CustomizerChris Rebert1-46/+0
2014-11-30fixes and gruntMark Otto1-1/+1
2014-03-28use glob instead of fs.readdirSync since /less now has subdirsChris Rebert1-5/+11
2014-03-17pass grunt into generateRawFilesJs instead of require()ing itChris Rebert1-2/+1
2014-03-07Move license to the top of the file.XhmikosR1-1/+3
2014-02-13Add build-raw-files log; fixes #12603Zlatan Vasović1-2/+10
Fixes #12672
2014-02-10Use different coding style for GruntfileZlatan Vasović1-14/+13
Fixes #12657
2014-02-07Avoid setting `jshint node: true` in every Grunt JS fileZlatan Vasović1-1/+0
2014-02-06bs-raw-files-generator.js: use the global directive to define the `btoa` ↵XhmikosR1-1/+3
variable.
2014-02-04reorganize all grunt tasks into one directoryChris Rebert1-0/+31
also fixes #12581