aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
Commit message (Collapse)AuthorAgeFilesLines
...
* Use .jshintrc files.Scott González2012-04-201-94/+20
|
* Grunt: Added link to JSHint issue.Scott González2012-04-191-1/+1
|
* Spinner tests: Don't pollute the global namespace with helpers.Scott González2012-04-191-1/+0
|
* Tests: Move commonWidgetTests() to TestHelpers.Scott González2012-04-191-1/+0
|
* Tabs tests: Don't pollute the global namespace with helpers.Scott González2012-04-191-2/+0
|
* Menu tests: Don't pollute the global namespace with helpers.kborchers2012-04-191-2/+0
|
* Accordion tests: Don't polloute the global namespace with helpers.Scott González2012-04-191-3/+1
|
* Tests: Lint.Scott González2012-04-191-4/+5
|
* Tests: Lint.Scott González2012-04-191-0/+4
|
* Tests: Lint.Scott González2012-04-191-0/+2
|
* Tests: Lint.Scott González2012-04-191-1/+20
|
* 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: ↵Scott González2012-04-181-9/+12
| | | | @VERSION replacement incomplete.
* Remove compare_size; defer to plugin.Rick Waldron waldron.rick@gmail.com2012-04-121-71/+2
| | | | Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
* 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
|