aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
AgeCommit message (Collapse)AuthorFilesLines
2013-11-04add Grunt task to change version numbers; fixes #11332Chris Rebert1-0/+18
2013-10-26Add another newline to improve final code readabilityZlatan Vasović1-1/+1
This divides banner from code.
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
Sort tasks alphabetically
2013-10-09trivial refactor in build-customizer grunt taskChris Rebert1-2/+2
2013-10-09Fixes #9925: convert font data to base64, fixing 0xefbfbd (Unicode ↵herom1-1/+3
Replacement Character) chars in customizer fonts. Merges #9982
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
The check to see if jQuery was defined as incorrect causing the "Bootstrap requires jQuery" message to only be displayed if jQuery is defined and has a value which equates to `false`.
2013-09-27Update Gruntfile.js removing pointless reading of customize.html.Dean Taylor1-1/+0
I couldn't see a reason to read "customize.html", removed line.
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 ↵Mark Otto1-2/+4
match .less banner
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
validation: { options: { reset: true },
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
* Adds new "theme" example * Adds new theme.less file to provide all the overrides and additional styles for the theme * theme.less compiles, via Grunt, to two new files to `dist/css`, bootstrap-theme.css and bootstrap-theme.min.css
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
Conflicts: _layouts/customize.html
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 ↵Jon Schlinkert1-114/+131
conventions and placates my OCD. Changes in the Gruntfile: * Use two spaces for consistency with the rest of the codebase. * Tasks are now organize based on task type. since lodash templates are used across tasks/targets, this makes it easier to follow. * Use `src-dest` files format when only src-dest pairing is necessary. This saves a line over the files-object format, but more importantly it allows use the src or dest in lodash templates (e.g. `<%= concat.bootstrap.src %>`), which isn't possible in the files-object or files-array formats. * Make the explicit order of the javascript files more obvious in concat task , maybe just a tiny bit more usable and easier to customize - but really just OCD * Use `<%= pkg.name %>` variable for dest CSS, both for consistency with how javascript targets are defined, and to make it just little easier for devs to customize bootstrap. ran the build to test, everything seems good.
2013-07-29Remove hack/workaround for jshint/grunt bug that's now fixedChris Rebert1-1/+0
See https://github.com/gruntjs/grunt-contrib-jshint/issues/86
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
A rebase (against soon-to-be 3.0.0-rc.1) & squash of https://github.com/twbs/bootstrap/pull/7786 AKA https://github.com/twitter/bootstrap/pull/7786 originally by @seriema @mokkabonna @jojohess Rebased by @cvrebert