summaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
Commit message (Collapse)AuthorAgeFilesLines
* Preserve License info in Closure CompilerGennadiy Litvinyuk2016-02-051-1/+1
| | | To preserve license info in Closure Compiler the license has to be JSDoc-comment (not simple comment) and have @license before license text
* Avoid multiple babel execution cycleskpdecker2015-12-261-11/+2
|
* Remove cdnjs copy taskkpdecker2015-12-261-6/+1
|
* Drop removed amd task from watch listkpdecker2015-12-261-1/+1
|
* Restore babel compile optionskpdecker2015-12-141-0/+5
|
* Remove amd files from the buildkpdecker2015-12-141-42/+5
| | | | | Users can utilize the UMD library if they are still using require.js and if they need to have specific modules, they can consume the cjs or es6 modules via webpack or similar. Fix for #1096
* Update target browser test versionskpdecker2015-12-121-4/+3
|
* Work around uglify preserveComments some issuekpdecker2015-11-191-1/+1
| | | | | | Root cause: https://github.com/gruntjs/grunt-contrib-uglify/issues/366 Fixes #1129
* Include tests for minimized artifactskpdecker2015-11-191-1/+1
|
* Update to latest eslintkpdecker2015-09-011-1/+1
|
* Include inline source maps in babel buildkpdecker2015-08-141-0/+1
|
* Increase sauce test concurrencykpdecker2015-08-031-1/+1
|
* Specify platform for firefox in sauce testskpdecker2015-08-031-1/+1
| | | Works around what appears to be an init issue within Sauce.
* Revert "Pull sauce tests out of CI"kpdecker2015-08-031-1/+1
| | | | This reverts commit e2ba22eaad24575ab3cb235b8fc36683acf610c2.
* Style updateskpdecker2015-08-031-0/+2
|
* Add istanbul ignore to babel boilerplatekpdecker2015-08-011-2/+3
|
* Pull sauce tests out of CIkpdecker2015-08-011-1/+1
| | | Disabling these until #1069 can resolve whatever the root issue is.
* Run the precompiler module through es6 toolchainkpdecker2015-04-201-1/+1
|
* Fix UMD build target generationkpdecker2015-04-161-1/+1
|
* Add full support for es6kpdecker2015-04-161-37/+62
| | | | | | | | Converts the tool chain to use babel, eslint, and webpack vs. the previous proprietary solutions. Additionally begins enforcing additional linting concerns as well as updates the code to reflect these rules. Fixes #855 Fixes #993
* Fix test pathkpdecker2014-08-251-1/+1
|
* Convert build to expose UMD from the default fileskpdecker2014-08-251-1/+12
|
* Fix/simplify tests under saucekpdecker2014-08-151-3/+1
|
* Update travis exec for S3 pushkpdecker2014-03-291-2/+1
|
* Temporarily kill the AWS publish CI stepkpdecker2014-03-051-1/+2
|
* Drop opera testskpdecker2014-03-051-2/+0
| | | | The Sauce implementation doesn't seem to work properly.
* Only lint 1 set of release contentkpdecker2014-01-171-1/+1
|
* Simplify sauce test environmentskpdecker2014-01-171-3/+0
|
* Add AMD tests to sauce testskpdecker2013-12-261-2/+2
|
* Update sauce tests for supported versionskpdecker2013-12-231-2/+5
|
* Do not minimize multiple timeskpdecker2013-12-231-1/+1
|
* Use watch atBegin command to handle failing testskpdecker2013-12-231-1/+5
|
* Implement grunt dev taskkpdecker2013-12-231-2/+10
|
* Hide success messages when running in saucekpdecker2013-12-231-1/+1
| | | This should help debug the firefox issues that only occur when executing against sauce.
* Optimize travis build with publish optionkpdecker2013-12-231-0/+2
|
* (Attempt to) Limit sauce tests to one travis buildkpdecker2013-12-231-1/+1
|
* Add sauce labs testing supportkpdecker2013-12-231-0/+36
|
* Concat tests together for inbrowser execkpdecker2013-12-231-1/+10
|
* Run jshint on outputkpdecker2013-12-011-6/+5
| | | Allows us to execute jshint in non-forced mode.
* Use module packager for all transpile taskskpdecker2013-12-011-26/+17
|
* Add simple binary utility testskpdecker2013-11-051-11/+0
|
* Fix license output on combined artifactskpdecker2013-11-031-1/+12
|
* Create cdnjs and components dist dirskpdecker2013-11-031-2/+8
|
* Copy components definitions to the dist directorykpdecker2013-11-031-1/+11
|
* Remove generated parser.js as part of clean task.Christian Wesselhoeft2013-10-281-1/+1
|
* Improve packager error trackingkpdecker2013-10-141-1/+1
|
* Cleanup currently unused grunt configskpdecker2013-10-141-30/+33
|
* Create release grunt taskkpdecker2013-10-141-3/+6
| | | Allows for tests to be run slightly faster when developing locally.
* Generate single amd output filekpdecker2013-10-091-6/+29
|
* Fix concurrent traceur exec errorkpdecker2013-10-091-1/+7
|
* Generate dist file using es6-module-packagerkpdecker2013-10-091-1/+16
|
* Unify build target behavior with prior behaviorkpdecker2013-10-011-12/+9
|
* Update jshint for moduleskpdecker2013-10-011-1/+2
|
* Update grunt build targetkpdecker2013-09-281-4/+0
|
* Merge branch 'master' into es6-moduleskpdecker2013-09-021-1/+47
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gruntfile.js Rakefile dist/handlebars.js dist/handlebars.runtime.js lib/handlebars.js lib/handlebars/base.js lib/handlebars/runtime.js lib/handlebars/utils.js package.json
| * Metrics collection frameworkkpdecker2013-08-251-11/+1
| |
| * Add grunt bench commandkpdecker2013-08-241-0/+11
| |
| * Version update taskkpdecker2013-08-241-1/+2
| |
| * Move parser generation into grunt filekpdecker2013-08-171-1/+2
| |
| * Move test runner into gruntkpdecker2013-08-171-1/+14
| |
| * Add jshint to grunt execkpdecker2013-08-171-0/+11
| |
| * Move dist dir generation into Gruntkpdecker2013-08-171-0/+67
|
* Building an AMD fileYehuda Katz2013-07-161-5/+1
|
* Initial work on ES6 modulesYehuda Katz2013-07-011-0/+51