aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
AgeCommit message (Expand)AuthorFilesLines
2013-10-26Add another newline to improve final code readabilityZlatan Vasović1-1/+1
2013-10-23rm dummy 'src' attributes of <img>s & squelch validator warning; fixes #11216Chris Rebert1-1/+2
2013-10-23silence validator regarding http-equiv="X-UA-Compatible"Chris Rebert1-1/+4
2013-10-09Merge pull request #10956 from ZDroid/patch-4Chris Rebert1-1/+1
2013-10-09trivial refactor in build-customizer grunt taskChris Rebert1-2/+2
2013-10-09Fixes #9925: convert font data to base64, fixing 0xefbfbd (Unicode Replacemen...herom1-1/+3
2013-10-05Sort tasks alphabeticallyZlatan Vasović1-1/+1
2013-10-02Indent banner to match the *'sZlatan Vasović1-6/+6
2013-09-29rm unnecessary backslashes from jqueryCheckChris Rebert1-1/+1
2013-09-29Update Gruntfile.js fixing undefined jQuery checkDean Taylor1-1/+1
2013-09-27Update Gruntfile.js removing pointless reading of customize.html.Dean Taylor1-1/+0
2013-09-23move /assets/ to /docs-assets/ ; fixes #10715Chris Rebert1-1/+1
2013-09-19Show minification report for uglify-js.XhmikosR1-2/+3
2013-09-10generate CSS banners via Gruntfile; fixes #10101Chris Rebert1-2/+3
2013-09-10rm period from licensing header so it's not mistaken as part of the URLChris Rebert1-1/+1
2013-08-23Use jekyll var for current version in docs; update banner in gruntfile to mat...Mark Otto1-2/+4
2013-08-19fix customizerfat1-4/+4
2013-08-19really do the raw liquid tagMark Otto1-1/+1
2013-08-19update gruntfile not to run validation + remove validation statusfat1-1/+1
2013-08-19add glyphicons to customizerfat1-3/+3
2013-08-18Remove extra trailing comma in Gruntfile.jsPhillip Alexander1-1/+1
2013-08-18make Recess part of the Grunt test task to guard against bad LESSChris Rebert1-1/+1
2013-08-18rename HTML5 validation Grunt task since it checks the examples tooChris Rebert1-2/+2
2013-08-18Restore glyphiconsMark Otto1-1/+13
2013-08-17Finish first pass at and docment Bootstrap v2-ish themeMark Otto1-0/+11
2013-08-17add the customizer builder to the default grunt taskfat1-1/+1
2013-08-17fix for #8768fat1-1/+0
2013-08-12add HTML5 validation of docs pages to the buildChris Rebert1-1/+19
2013-08-07Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wipJacob Thornton1-1/+10
2013-08-07first prototype of new customizerJacob Thornton1-0/+24
2013-08-07apparently PRs against twbs/bootstrap have the same Travis slugChris Rebert1-2/+2
2013-08-06disable BrowserStack for folks w/o their own key who are making PRsChris Rebert1-1/+5
2013-08-06only run browserstack tests in TravisChris Rebert1-1/+5
2013-08-06Integrate testing with browserstackRohan Jain1-1/+2
2013-08-03This pull request organizes the Gruntfile, makes better use of Grunt conventi...Jon Schlinkert1-114/+131
2013-07-29Remove hack/workaround for jshint/grunt bug that's now fixedChris Rebert1-1/+0
2013-07-27tweak Gruntfile.js so it passes jshintChris Rebert1-0/+2
2013-07-27workaround possible bug in grunt-contrib-jshintChris Rebert1-0/+1
2013-07-26re-integrate #8560 using @fat's code from the comment on #8614Chris Rebert1-1/+2
2013-07-26specify explicit ordering for grunt concat stepChris Rebert1-1/+1
2013-07-26Replace Makefile with GruntJSJohn-Philip Johansson1-0/+124