aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Implement an asciilint task to verify content of ui files (ignore ↵Jörn Zaefferer2013-07-031-1/+1
| | | | i18n). Fixes #9037 - Build: Verify characters in output
* Add comment (TODO: amend before land)Rafael Xavier de Souza2013-06-261-0/+2
|
* Release: Use downloadBuilder to build pre/cdn packages instead of our grunt ↵Rafael Xavier de Souza2013-06-261-118/+1
| | | | tasks
* 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
|
* 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.