aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
Commit message (Collapse)AuthorAgeFilesLines
...
* Build/grunt: Use custom directive to strip banners. Now works against ↵Jörn Zaefferer2012-03-091-1/+4
| | | | unmodified grunt again.
* 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 ↵Jörn Zaefferer2012-03-081-3/+24
| | | | crc32 checksum failure
* Build/grunt: Almost complete release and release_cdn tasks. Concat task ↵Jörn Zaefferer2012-03-081-39/+172
| | | | fails to strip headers, everything else is in place.
* Build/grunt: First draft for cdn tasks. Hashing works fine, zip file doesn't ↵Jörn Zaefferer2012-03-071-1/+37
| | | | quite match the intended structure.
* Build/grunt: Update banner template to use task.current.data.src when no ↵Jörn Zaefferer2012-03-071-13/+16
| | | | file list is given.
* Build/grunt: Minify CSS files, using sqwish.Jörn Zaefferer2012-03-061-12/+41
|
* Build/grunt: cleanupJörn Zaefferer2012-03-061-3/+0
|
* Build/grunt: Custom banners for the various minified filesJörn Zaefferer2012-03-061-9/+20
|
* Build/grunt: Extend concat and min tasks to include all the files the ↵Jörn Zaefferer2012-03-061-6/+19
| | | | current build includes. Headers aren't correct yet.
* Build/grunt: Switch to adm-zip. Use addFile method until addLocalFile is ↵Jörn Zaefferer2012-03-061-21/+7
| | | | implemented.
* Use isoDate format for min bannerJörn Zaefferer2012-03-021-1/+1
|
* Add list of included files to min bannerJörn Zaefferer2012-03-021-6/+11
|
* First iteration on grunt-based build. lint, qunit, concat, min and zip all ↵Jörn Zaefferer2012-03-021-0/+99
work, but all have various limiations.