Commit Graph

71 Commits

Author SHA1 Message Date
Jörn Zaefferer
dfa89f999c Grunt: Add sizer_all to compare sizes of individual components 2012-04-24 15:48:14 +02:00
Jörn Zaefferer
d71ad08749 Grunt: Update to htmllint in default task 2012-04-23 18:12:05 +02:00
Jörn Zaefferer
d2e9e6c07c Grunt: Update grunt-html to 0.1.1, renamed task to htmllint 2012-04-23 18:10:41 +02:00
Jörn Zaefferer
c22fb56062 Grunt: Add grunt-html for html validation 2012-04-22 12:19:16 +02:00
Scott González
a166540251 Use .jshintrc files. 2012-04-20 11:19:27 -04:00
Scott González
82735366fa Grunt: Added link to JSHint issue. 2012-04-19 20:34:53 -04:00
Scott González
d62d9d4eff Spinner tests: Don't pollute the global namespace with helpers. 2012-04-19 13:12:23 -04:00
Scott González
e9d5079b04 Tests: Move commonWidgetTests() to TestHelpers. 2012-04-19 13:03:21 -04:00
Scott González
33e93ef7f0 Tabs tests: Don't pollute the global namespace with helpers. 2012-04-19 12:53:13 -04:00
kborchers
c16bd7c510 Menu tests: Don't pollute the global namespace with helpers. 2012-04-19 11:19:52 -05:00
Scott González
163555d7bf Accordion tests: Don't polloute the global namespace with helpers. 2012-04-19 11:37:39 -04:00
Scott González
0e8d9dde20 Tests: Lint. 2012-04-19 11:21:24 -04:00
Scott González
266cc84013 Tests: Lint. 2012-04-19 11:17:35 -04:00
Scott González
af1b4d859d Tests: Lint. 2012-04-19 10:50:09 -04:00
Scott González
0a5a9090f8 Tests: Lint. 2012-04-19 10:28:26 -04:00
Scott González
aa187f57d1 Tests: Lint 2012-04-19 09:39:21 -04:00
Scott González
a28983086e Tests: Lint. 2012-04-18 22:36:15 -04:00
Scott González
cb8474af1d Remove trailing whitespace. 2012-04-18 21:57:51 -04:00
Scott González
7475763474 Grunt: Replace all instances of @VERSION during copy. Fixes #8261 - Build: @VERSION replacement incomplete. 2012-04-18 16:17:21 -04:00
Rick Waldron waldron.rick@gmail.com
d22edc8d05 Remove compare_size; defer to plugin.
Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
2012-04-12 13:32:11 -04:00
Jörn Zaefferer
343375b623 Build: Get grunt default task to pass. Fix lint errors inside grunt.js file itself. Removes invalid vertical-align from spinner button css, unnecessary adjoining class in tabs.css 2012-04-04 11:14:03 +02:00
Jörn Zaefferer
79f1eea6dc Build: Filter filters for linting to exclude some to-be-rewritten ones. Fix lint in those remaining 2012-04-04 11:02:08 +02:00
Scott González
ea4345db06 Grunt: Removed newcap option from jshint task. 2012-04-02 22:20:18 -04:00
Scott González
3e6877a892 Grunt: Fixed jshint options. 2012-04-02 19:12:10 -04:00
Scott González
3876c874e3 Grunt: Whitelist js and css files for @version replacement instead of blacklisting png. 2012-04-02 13:15:54 -04:00
Scott González
585ef702ef Grunt: Copy jquery from root regardless of version; fix include list for minified CSS files. 2012-04-02 11:12:49 -04:00
Jörn Zaefferer
83756a1d87 Build/grunt: Strip existing (protected) headers from to-be-minified CSS files 2012-04-02 16:05:59 +02:00
Jörn Zaefferer
b3374b9063 Build/grunt: grunt.file.copy now expects options as third argument. Fixes the version replacing 2012-04-02 15:49:34 +02:00
Scott González
ff72467038 Grunt: Move common modules to top, along with lists of files. 2012-03-30 13:32:23 -04:00
Jörn Zaefferer
748702c29a Build/grunt: Add download_docs task for 1.8 2012-03-29 16:29:27 +02:00
Jörn Zaefferer
3e7504156a Build/grunt: Use grunt.loadNpmTasks, now that its actually working 2012-03-29 12:48:21 +02:00
Jörn Zaefferer
cd020af627 Build/grunt: Extract css related tasks, use grunt-css instead 2012-03-28 11:45:27 +02:00
Scott González
b2cca9ad19 Grunt: Update for new grunt API. 2012-03-23 13:33:46 -04:00
Scott González
e4f0cab043 Grunt: Switch back to using file.copy(). 2012-03-23 07:59:36 -04:00
Jörn Zaefferer
610e794976 Build/grunt: Fix copying of binary files 2012-03-22 21:28:55 +01:00
Jörn Zaefferer
12832b7c35 Build/grunt: Coding standards 2012-03-22 13:54:47 +01:00
Jörn Zaefferer
a454c5d246 Build/grunt: Use ascii encoding when reading files for digesting 2012-03-22 13:51:08 +01:00
Jörn Zaefferer
a00e7f3c82 Build/grunt: Always clean befoe release task 2012-03-21 21:27:34 +01:00
Jörn Zaefferer
a84512f9cf Build/grunt: Use rimraf for clean task. Fix cop_hemes task to correctly rename the -custom.css file 2012-03-21 21:19:31 +01:00
Jörn Zaefferer
2a1ee37258 Build/grunt: Another attempt at using adm-zip. Keep the result in place, but don't (yet) use it - need to report issues to adm-zip 2012-03-19 23:08:56 +01:00
Jörn Zaefferer
72d3aa2740 Build/grunt: Add a clean task. Good enough for now, but not really a good implementation 2012-03-19 22:57:51 +01:00
Jörn Zaefferer
5f95e7c815 Build/grunt: Update to latest grunt API, using reigsterMultiTask instead of registerBasicTask 2012-03-19 22:56:34 +01:00
Scott González
b1167efd28 Grunt: Coding standards. 2012-03-19 17:12:21 -04:00
Jörn Zaefferer
ee64f899e0 Build/grunt: Fix themes task 2012-03-11 12:55:07 +01:00
Jörn Zaefferer
5fa2cd47bb Build/grunt: Replace child_process helper with utils.spawn 2012-03-11 12:34:52 +01:00
Jörn Zaefferer
6f301eab57 Build/grunt: Fix copy_themes task, files.themes config property wasn't processed properly 2012-03-10 15:07:53 +01:00
Jörn Zaefferer
5e6fc4f086 Build/grunt: Simplify css_min basic task, concat helper already takes care of executing directives 2012-03-10 13:53:53 +01:00
Jörn Zaefferer
fd9b7d3475 Build/grunt: Integrate CSSLint 2012-03-10 13:45:16 +01:00
Jörn Zaefferer
2865a62987 Build/grunt: Update codebase to adapt or make use of latest changes in grunt 2012-03-10 12:55:36 +01:00
Jörn Zaefferer
85ea681685 Build/grunt: Improve lint setup, get rid of file comment, using gruntjs specific config anyway 2012-03-09 17:59:57 +01:00