aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
Commit message (Expand)AuthorAgeFilesLines
...
* Tests: LintScott González2012-04-191-0/+1
* Tests: Lint.Scott González2012-04-181-4/+22
* Remove trailing whitespace.Scott González2012-04-181-2/+1
* Grunt: Replace all instances of @VERSION during copy. Fixes #8261 - Build: @V...Scott González2012-04-181-9/+12
* Remove compare_size; defer to plugin.Rick Waldron waldron.rick@gmail.com2012-04-121-71/+2
* Build: Get grunt default task to pass. Fix lint errors inside grunt.js file i...Jörn Zaefferer2012-04-041-40/+50
* Build: Filter filters for linting to exclude some to-be-rewritten ones. Fix l...Jörn Zaefferer2012-04-041-2/+5
* Grunt: Removed newcap option from jshint task.Scott González2012-04-021-1/+0
* Grunt: Fixed jshint options.Scott González2012-04-021-37/+56
* Grunt: Whitelist js and css files for @version replacement instead of blackli...Scott González2012-04-021-3/+3
* Grunt: Copy jquery from root regardless of version; fix include list for mini...Scott González2012-04-021-2/+4
* Build/grunt: Strip existing (protected) headers from to-be-minified CSS filesJörn Zaefferer2012-04-021-1/+1
* Build/grunt: grunt.file.copy now expects options as third argument. Fixes the...Jörn Zaefferer2012-04-021-1/+3
* Grunt: Move common modules to top, along with lists of files.Scott González2012-03-301-56/+88
* Build/grunt: Add download_docs task for 1.8Jörn Zaefferer2012-03-291-0/+37
* Build/grunt: Use grunt.loadNpmTasks, now that its actually workingJörn Zaefferer2012-03-291-1/+1
* Build/grunt: Extract css related tasks, use grunt-css insteadJörn Zaefferer2012-03-281-42/+6
* Grunt: Update for new grunt API.Scott González2012-03-231-79/+83
* Grunt: Switch back to using file.copy().Scott González2012-03-231-3/+6
* Build/grunt: Fix copying of binary filesJörn Zaefferer2012-03-221-1/+2
* Build/grunt: Coding standardsJörn Zaefferer2012-03-221-7/+7
* Build/grunt: Use ascii encoding when reading files for digestingJörn Zaefferer2012-03-221-1/+1
* Build/grunt: Always clean befoe release taskJörn Zaefferer2012-03-211-1/+1
* Build/grunt: Use rimraf for clean task. Fix cop_hemes task to correctly renam...Jörn Zaefferer2012-03-211-6/+2
* Build/grunt: Another attempt at using adm-zip. Keep the result in place, but ...Jörn Zaefferer2012-03-191-13/+13
* Build/grunt: Add a clean task. Good enough for now, but not really a good imp...Jörn Zaefferer2012-03-191-0/+8
* Build/grunt: Update to latest grunt API, using reigsterMultiTask instead of r...Jörn Zaefferer2012-03-191-6/+6
* Grunt: Coding standards.Scott González2012-03-191-481/+483
* Build/grunt: Fix themes taskJörn Zaefferer2012-03-111-1/+2
* Build/grunt: Replace child_process helper with utils.spawnJörn Zaefferer2012-03-111-3/+3
* Build/grunt: Fix copy_themes task, files.themes config property wasn't proces...Jörn Zaefferer2012-03-101-1/+2
* Build/grunt: Simplify css_min basic task, concat helper already takes care of...Jörn Zaefferer2012-03-101-15/+2
* Build/grunt: Integrate CSSLintJörn Zaefferer2012-03-101-1/+42
* Build/grunt: Update codebase to adapt or make use of latest changes in gruntJörn Zaefferer2012-03-101-39/+36
* Build/grunt: Improve lint setup, get rid of file comment, using gruntjs speci...Jörn Zaefferer2012-03-091-1/+2
* Build/grunt: Improve lint setup, configure options and globals for different ...Jörn Zaefferer2012-03-091-7/+35
* Build/grunt: Fix a few oversights from the files config refactoring. Also fin...Jörn Zaefferer2012-03-091-12/+13
* Build/grunt: Use child process for zipping until adm-zip works better. Rewrot...Jörn Zaefferer2012-03-091-41/+59
* Build/grunt: Can use config('pkg.version'), now was fixed in gruntJörn Zaefferer2012-03-091-1/+1
* Build/grunt: Use custom directive to strip banners. Now works against unmodif...Jörn Zaefferer2012-03-091-1/+4
* Build/grunt: Add sizer task. Some cleanup in other areas.Jörn Zaefferer2012-03-091-7/+78
* Build/grunt: Cleanup todosJörn Zaefferer2012-03-091-2/+0
* Build/grunt: Finish release_themes task. Strip headers from concatenated files.Jörn Zaefferer2012-03-091-14/+50
* Build/grunt: Extend themes_download task with unzippingJörn Zaefferer2012-03-081-14/+34
* Build/grunt: Partial download_themes task. Extracting currently fails with cr...Jörn Zaefferer2012-03-081-3/+24
* Build/grunt: Almost complete release and release_cdn tasks. Concat task fails...Jörn Zaefferer2012-03-081-39/+172
* Build/grunt: First draft for cdn tasks. Hashing works fine, zip file doesn't ...Jörn Zaefferer2012-03-071-1/+37
* Build/grunt: Update banner template to use task.current.data.src when no file...Jörn Zaefferer2012-03-071-13/+16
* Build/grunt: Minify CSS files, using sqwish.Jörn Zaefferer2012-03-061-12/+41
* Build/grunt: cleanupJörn Zaefferer2012-03-061-3/+0