aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Get grunt default task to pass. Fix lint errors inside grunt.js file ↵Jörn Zaefferer2012-04-041-40/+50
| | | | itself. Removes invalid vertical-align from spinner button css, unnecessary adjoining class in tabs.css
* Build: Filter filters for linting to exclude some to-be-rewritten ones. Fix ↵Jörn Zaefferer2012-04-041-2/+5
| | | | lint in those remaining
* 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 ↵Scott González2012-04-021-3/+3
| | | | blacklisting png.
* Grunt: Copy jquery from root regardless of version; fix include list for ↵Scott González2012-04-021-2/+4
| | | | minified CSS files.
* 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 ↵Jörn Zaefferer2012-04-021-1/+3
| | | | the version replacing
* 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 ↵Jörn Zaefferer2012-03-211-6/+2
| | | | rename the -custom.css file
* Build/grunt: Another attempt at using adm-zip. Keep the result in place, but ↵Jörn Zaefferer2012-03-191-13/+13
| | | | don't (yet) use it - need to report issues to adm-zip
* Build/grunt: Add a clean task. Good enough for now, but not really a good ↵Jörn Zaefferer2012-03-191-0/+8
| | | | implementation
* Build/grunt: Update to latest grunt API, using reigsterMultiTask instead of ↵Jörn Zaefferer2012-03-191-6/+6
| | | | registerBasicTask
* 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 ↵Jörn Zaefferer2012-03-101-1/+2
| | | | processed properly
* Build/grunt: Simplify css_min basic task, concat helper already takes care ↵Jörn Zaefferer2012-03-101-15/+2
| | | | of executing directives
* 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 ↵Jörn Zaefferer2012-03-091-1/+2
| | | | specific config anyway
* Build/grunt: Improve lint setup, configure options and globals for different ↵Jörn Zaefferer2012-03-091-7/+35
| | | | contexts
* Build/grunt: Fix a few oversights from the files config refactoring. Also ↵Jörn Zaefferer2012-03-091-12/+13
| | | | finish the release_cdn target, now it includes all themes
* Build/grunt: Use child process for zipping until adm-zip works better. ↵Jörn Zaefferer2012-03-091-41/+59
| | | | Rewrote files config to make that work with the cwd requirement.
* 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 ↵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
|