aboutsummaryrefslogtreecommitdiff
path: root/grunt
AgeCommit message (Collapse)AuthorFilesLines
2014-06-24reenable Win7 IE8-9 in SauceChris Rebert1-10/+10
2014-06-24reenable OS X Chrome in SauceChris Rebert1-5/+4
2014-06-19Switch to uber/npm-shrinkwrap for npm-shrinkwrap.json generationChris Rebert1-41/+0
Instead of our homegrown grunt/shrinkwrap.js Fixes #13483. New npm-shrinkwrap.json is human-readable but still in a consistent/stable format. Should aid debugging, produce better diffs, and be less prone to merge conflicts
2014-06-06Tweak JSHint and JSCS checks.XhmikosR1-9/+4
Be more consistent across the whole codebase. Also, make use of JSHint's 2.5.1 `extends` and `qunit` options. This way we set our basis options in js/.jshintrc and override the rest.
2014-04-09JS: remove unused variables.XhmikosR1-1/+2
2014-03-30Sauce tests: update iOS to v7.1Chris Rebert1-1/+1
2014-03-28use glob instead of fs.readdirSync since /less now has subdirsChris Rebert1-5/+11
2014-03-20#ffff -> #fffZlatan Vasović1-1/+1
:smile:
2014-03-17Add build-glyphicons-data logZlatan Vasović1-2/+9
Closes #12987
2014-03-17pass grunt into generateRawFilesJs instead of require()ing itChris Rebert1-2/+1
2014-03-16move sauce_browsers.yml into /grunt/; fixes #13065Chris Rebert1-0/+83
2014-03-08Remove redundant parensZlatan Vasović1-1/+1
2014-03-07fix #12959Chris Rebert1-1/+14
2014-03-07Move license to the top of the file.XhmikosR1-1/+3
2014-03-07Fix typo.XhmikosR1-3/+3
2014-03-06switch to grunt-css-flip for RTL CSS generationChris Rebert1-27/+0
2014-03-05Merge pull request #12853 from twbs/jscsXhmikosR1-9/+4
Switch to JSCS
2014-02-28Re-indent grunt/.jshintrc.XhmikosR1-8/+8
2014-02-28Move `immed` to JSCS.XhmikosR1-1/+0
2014-02-28Move `trailing` check to JSCS.XhmikosR1-1/+0
2014-02-28Move `camelcase` check to JSCS.XhmikosR1-1/+0
2014-02-28Move the quotes check to JSCS.XhmikosR1-1/+0
2014-02-28Switch to using JSCS for the indentation check.XhmikosR1-12/+11
2014-02-25add Grunt task for css-flip-ing & add RTL to Gruntfile configsChris Rebert1-0/+27
2014-02-16Improve grunt/.jshintrcZlatan Vasović1-3/+2
2014-02-13Add build-raw-files log; fixes #12603Zlatan Vasović1-2/+10
Fixes #12672
2014-02-12Remove trailing space.XhmikosR1-1/+1
2014-02-10Use different coding style for GruntfileZlatan Vasović5-26/+44
Fixes #12657
2014-02-10add copyright header to shrinkwrap.js; fixes #12643Chris Rebert1-0/+6
2014-02-07Avoid setting `jshint node: true` in every Grunt JS fileZlatan Vasović4-5/+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 Rebert4-0/+324
also fixes #12581