aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into selectmenuFelix Nagel2013-04-211-2/+2
|\
| * Grunt: Allow tabs tests to run in PhantomJS.Scott González2013-04-121-1/+1
| |
| * Build: Change single quotes to double quotes.Scott González2013-04-081-1/+1
| |
* | Merge branch 'master' into selectmenuFelix Nagel2013-03-191-0/+1
|/
* Use .csslintrc instead of inlining rules in the Gruntfile.Scott González2013-03-151-9/+1
|
* Grunt: Run all CSS files through csslint.Scott González2013-03-151-8/+6
|
* Grunt: Add lint and test aliases.Scott González2013-03-151-1/+3
|
* Grunt: Don't run htmllint against core_deprecated.html.Scott González2013-03-151-1/+1
|
* Dialog: Removed deprecated position handling. Fixes #8825 - Dialog: Remove ↵Scott González2013-03-151-1/+1
| | | | array and string notations for position option.
* Grunt: remove base theme from release cdnRafael Xavier de Souza2013-03-141-9/+2
|
* Build: Fix the key for the 'all' subtask for compare_size. Stills needs a ↵Jörn Zaefferer2013-03-121-1/+1
| | | | new version of grunt-compare-size to actuall work
* Build: Switch from grunt-css to the equivalent grunt-contrib tasksJörn Zaefferer2013-03-121-3/+3
|
* Build: Migrate to grunt 0.4. Rename to Gruntfile, upgrade to newer grunt-css ↵Jörn Zaefferer2013-03-121-0/+385
and grunt-html, update custom tasks. Drop qunit-junit plugin, not worth the trouble. Update release script to run grunt-prepare after npm-install.