Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Preserve License info in Closure Compiler | Gennadiy Litvinyuk | 2016-02-05 | 1 | -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 cycles | kpdecker | 2015-12-26 | 1 | -11/+2 |
| | |||||
* | Remove cdnjs copy task | kpdecker | 2015-12-26 | 1 | -6/+1 |
| | |||||
* | Drop removed amd task from watch list | kpdecker | 2015-12-26 | 1 | -1/+1 |
| | |||||
* | Restore babel compile options | kpdecker | 2015-12-14 | 1 | -0/+5 |
| | |||||
* | Remove amd files from the build | kpdecker | 2015-12-14 | 1 | -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 versions | kpdecker | 2015-12-12 | 1 | -4/+3 |
| | |||||
* | Work around uglify preserveComments some issue | kpdecker | 2015-11-19 | 1 | -1/+1 |
| | | | | | | Root cause: https://github.com/gruntjs/grunt-contrib-uglify/issues/366 Fixes #1129 | ||||
* | Include tests for minimized artifacts | kpdecker | 2015-11-19 | 1 | -1/+1 |
| | |||||
* | Update to latest eslint | kpdecker | 2015-09-01 | 1 | -1/+1 |
| | |||||
* | Include inline source maps in babel build | kpdecker | 2015-08-14 | 1 | -0/+1 |
| | |||||
* | Increase sauce test concurrency | kpdecker | 2015-08-03 | 1 | -1/+1 |
| | |||||
* | Specify platform for firefox in sauce tests | kpdecker | 2015-08-03 | 1 | -1/+1 |
| | | | Works around what appears to be an init issue within Sauce. | ||||
* | Revert "Pull sauce tests out of CI" | kpdecker | 2015-08-03 | 1 | -1/+1 |
| | | | | This reverts commit e2ba22eaad24575ab3cb235b8fc36683acf610c2. | ||||
* | Style updates | kpdecker | 2015-08-03 | 1 | -0/+2 |
| | |||||
* | Add istanbul ignore to babel boilerplate | kpdecker | 2015-08-01 | 1 | -2/+3 |
| | |||||
* | Pull sauce tests out of CI | kpdecker | 2015-08-01 | 1 | -1/+1 |
| | | | Disabling these until #1069 can resolve whatever the root issue is. | ||||
* | Run the precompiler module through es6 toolchain | kpdecker | 2015-04-20 | 1 | -1/+1 |
| | |||||
* | Fix UMD build target generation | kpdecker | 2015-04-16 | 1 | -1/+1 |
| | |||||
* | Add full support for es6 | kpdecker | 2015-04-16 | 1 | -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 path | kpdecker | 2014-08-25 | 1 | -1/+1 |
| | |||||
* | Convert build to expose UMD from the default files | kpdecker | 2014-08-25 | 1 | -1/+12 |
| | |||||
* | Fix/simplify tests under sauce | kpdecker | 2014-08-15 | 1 | -3/+1 |
| | |||||
* | Update travis exec for S3 push | kpdecker | 2014-03-29 | 1 | -2/+1 |
| | |||||
* | Temporarily kill the AWS publish CI step | kpdecker | 2014-03-05 | 1 | -1/+2 |
| | |||||
* | Drop opera tests | kpdecker | 2014-03-05 | 1 | -2/+0 |
| | | | | The Sauce implementation doesn't seem to work properly. | ||||
* | Only lint 1 set of release content | kpdecker | 2014-01-17 | 1 | -1/+1 |
| | |||||
* | Simplify sauce test environments | kpdecker | 2014-01-17 | 1 | -3/+0 |
| | |||||
* | Add AMD tests to sauce tests | kpdecker | 2013-12-26 | 1 | -2/+2 |
| | |||||
* | Update sauce tests for supported versions | kpdecker | 2013-12-23 | 1 | -2/+5 |
| | |||||
* | Do not minimize multiple times | kpdecker | 2013-12-23 | 1 | -1/+1 |
| | |||||
* | Use watch atBegin command to handle failing tests | kpdecker | 2013-12-23 | 1 | -1/+5 |
| | |||||
* | Implement grunt dev task | kpdecker | 2013-12-23 | 1 | -2/+10 |
| | |||||
* | Hide success messages when running in sauce | kpdecker | 2013-12-23 | 1 | -1/+1 |
| | | | This should help debug the firefox issues that only occur when executing against sauce. | ||||
* | Optimize travis build with publish option | kpdecker | 2013-12-23 | 1 | -0/+2 |
| | |||||
* | (Attempt to) Limit sauce tests to one travis build | kpdecker | 2013-12-23 | 1 | -1/+1 |
| | |||||
* | Add sauce labs testing support | kpdecker | 2013-12-23 | 1 | -0/+36 |
| | |||||
* | Concat tests together for inbrowser exec | kpdecker | 2013-12-23 | 1 | -1/+10 |
| | |||||
* | Run jshint on output | kpdecker | 2013-12-01 | 1 | -6/+5 |
| | | | Allows us to execute jshint in non-forced mode. | ||||
* | Use module packager for all transpile tasks | kpdecker | 2013-12-01 | 1 | -26/+17 |
| | |||||
* | Add simple binary utility tests | kpdecker | 2013-11-05 | 1 | -11/+0 |
| | |||||
* | Fix license output on combined artifacts | kpdecker | 2013-11-03 | 1 | -1/+12 |
| | |||||
* | Create cdnjs and components dist dirs | kpdecker | 2013-11-03 | 1 | -2/+8 |
| | |||||
* | Copy components definitions to the dist directory | kpdecker | 2013-11-03 | 1 | -1/+11 |
| | |||||
* | Remove generated parser.js as part of clean task. | Christian Wesselhoeft | 2013-10-28 | 1 | -1/+1 |
| | |||||
* | Improve packager error tracking | kpdecker | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | Cleanup currently unused grunt configs | kpdecker | 2013-10-14 | 1 | -30/+33 |
| | |||||
* | Create release grunt task | kpdecker | 2013-10-14 | 1 | -3/+6 |
| | | | Allows for tests to be run slightly faster when developing locally. | ||||
* | Generate single amd output file | kpdecker | 2013-10-09 | 1 | -6/+29 |
| | |||||
* | Fix concurrent traceur exec error | kpdecker | 2013-10-09 | 1 | -1/+7 |
| | |||||
* | Generate dist file using es6-module-packager | kpdecker | 2013-10-09 | 1 | -1/+16 |
| | |||||
* | Unify build target behavior with prior behavior | kpdecker | 2013-10-01 | 1 | -12/+9 |
| | |||||
* | Update jshint for modules | kpdecker | 2013-10-01 | 1 | -1/+2 |
| | |||||
* | Update grunt build target | kpdecker | 2013-09-28 | 1 | -4/+0 |
| | |||||
* | Merge branch 'master' into es6-modules | kpdecker | 2013-09-02 | 1 | -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 framework | kpdecker | 2013-08-25 | 1 | -11/+1 |
| | | |||||
| * | Add grunt bench command | kpdecker | 2013-08-24 | 1 | -0/+11 |
| | | |||||
| * | Version update task | kpdecker | 2013-08-24 | 1 | -1/+2 |
| | | |||||
| * | Move parser generation into grunt file | kpdecker | 2013-08-17 | 1 | -1/+2 |
| | | |||||
| * | Move test runner into grunt | kpdecker | 2013-08-17 | 1 | -1/+14 |
| | | |||||
| * | Add jshint to grunt exec | kpdecker | 2013-08-17 | 1 | -0/+11 |
| | | |||||
| * | Move dist dir generation into Grunt | kpdecker | 2013-08-17 | 1 | -0/+67 |
| | |||||
* | Building an AMD file | Yehuda Katz | 2013-07-16 | 1 | -5/+1 |
| | |||||
* | Initial work on ES6 modules | Yehuda Katz | 2013-07-01 | 1 | -0/+51 |