Commit Graph

31 Commits

Author SHA1 Message Date
Daniel Hobi
75f51237e4 Core: Add support for Web Components (#2493)
Co-authored-by: Daniel Hobi <daniel.hobi@swisslearninghub.com>
2024-06-28 16:10:19 +01:00
Fabrice Fontaine
782856872a Gruntfile.js: add LICENSE.md to zip tarball (#2386)
Fix #2385

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
2022-05-02 10:09:53 +01:00
Brahim Arkni
a3925cd2c3 Build: Generate sub-resource integrity hashes of the distribution files (#2082)
Fixes #2059
2018-05-29 07:52:44 +02:00
Markus Staab
0bfb34dc0b Build: Fixed "grunt uglify" error. Kudos to Arkni!
"Warning: An error occurred while processing a template (undefined is not a function)."
2016-12-02 11:45:22 +01:00
Ryan Brandenburg
ecf54e0499 UMD: Better support for CommonJS.
Closes #1838. Fixes #1829, #1834.
2016-09-01 09:54:27 +02:00
Brahim Arkni
8fe4a90185 Tests: Upgrade QUnit to 2.0.
Closes #1777. #1681.
2016-07-22 17:56:18 +02:00
Brahim Arkni
729823a807 All: Fixed code style issues 2015-10-30 23:55:26 +00:00
Martti Laine
6ed99a2ab4 Build: Adds CommonJS-support in build process. Enhances PR #1597 2015-10-23 12:35:22 +03:00
Jörn Zaefferer
a8765ff614 Build: Only concat when running grunt-watch 2014-09-23 12:37:26 +02:00
Jörn Zaefferer
e5f2d29f57 Build: Fix the jscs upgrade, disable some rules for now 2014-07-01 21:15:26 +02:00
Jörn Zaefferer
f85d4b7112 Build: Update jscs, remove rules now included in the jquery preset 2014-07-01 20:23:50 +02:00
Nick Schonning
764a72a1d1 Style: Add JSCS target for Gruntfile
Closes gh-1131
2014-06-17 16:19:50 +02:00
Jörn Zaefferer
bd438b3358 Build: Set atBegin option for watch task 2014-06-05 12:49:32 +02:00
Nick Schonning
56a2a18368 Build: Bump and merge JSHint/JSCS config
Moved options depreciated in the latest JSHint to the JSCS version.
2014-05-26 23:13:18 -04:00
Lars Laade
db55d36de5 ALL: Add plugin UMD wrapper, Closes #977 2014-05-21 13:31:48 +02:00
Jörn Zaefferer
f5a995c210 Build: Generate headers in concat task, remove from src 2014-03-31 22:14:14 +02:00
Jörn Zaefferer
aa2f21afc2 Build: Fix minified header, use actual new lines.
Also fix homepage URL in source

Fixes #1053
2014-03-31 17:57:00 +02:00
Jörn Zaefferer
60c3968de4 Grunt: Update default task to run concat first 2014-01-25 17:24:39 +01:00
Nick Schonning
b583f5aaa3 JSHint: Convert Gruntfile single to double quotes 2014-01-23 15:22:12 -05:00
Nick Schonning
d85bcb21a2 JSHint: Extract configuration to dotfiles 2014-01-23 15:19:30 -05:00
Nick Schonning
7ad224d420 Build: Addd Grunt JSCS checking 2014-01-16 11:55:07 -05:00
Jörn Zaefferer
70ae69ed85 Grunt: Add 'start' task that concats and watches 2014-01-14 15:41:08 +01:00
Nick Schonning
3d5658e9e4 Add ARIA testing
Added new test suite for testing the ARIA-invalid features
Also added a few minor fixes for typos in the QUnit scaffolding and
JSHint errors
Fix "%o has no name assigned [object HTMLInputElement]" errors in bypassValidation tests
2013-10-07 17:51:08 +02:00
Jörn Zaefferer
1b08c8cdb0 Build: Run only the 'concat' task when src files change, to always get up-to-date source when reloading demo or test pages 2013-06-24 14:58:42 +02:00
Nick Schonning
917f3513d9 Switch zipping package for Grunt release task. Closes gh-768
grunt-zipstream isn't supported on Node 0.10 and grunt-contrib-compress
is the recommended replacement
2013-06-24 14:37:07 +02:00
Nick Schonning
3225b2463e Fix zip targets 2013-06-24 14:23:16 +02:00
Nick Schonning
492c40d978 Add watch task to aid testing while splitting 2013-06-24 14:23:11 +02:00
Nick Schonning
479aca5c62 Update Grunt build paths
Add the concat path for the default task as the files will need to be rebuilt before they can be tested now
2013-06-24 14:23:10 +02:00
Jörn Zaefferer
8fc08ed16c Fix jshint usage in gruntfile 2013-03-02 19:08:19 +01:00
Jörn Zaefferer
456a93b003 Update to jshint 1.0.0 (grunt-jshint 0.2.0), fix the one error it points at. Small cleanup in Gruntfile.js 2013-02-27 13:11:37 +01:00
Nick Schonning
5e3a24d262 Migrate to Grunt v0.4.0
min to uglify
zip to grunt-zipstream
lint to jshint
Install grunt-cli for Travis-CI
Fix license header
2013-02-26 02:59:49 -05:00