Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build: Add grunt-cli to devDependencies, don't install it globally | Michał Gołębiowski | 2016-05-25 | 1 | -2/+0 |
| | | | | | | | This makes it possible to use Grunt without installing grunt-cli globally which makes the whole process more resilient. Ref gh-1706 | ||||
* | Build: Upgrade to grunt-html 6.0.0 | Scott González | 2016-02-24 | 1 | -1/+2 |
| | | | | Closes gh-1680 | ||||
* | Build: Use the container-based infrastructure on Travis | Scott González | 2015-10-15 | 1 | -1/+2 |
| | | | | | | Switch to node 0.12. Closes #1617 | ||||
* | travis: Remove node 0.8, add node 0.10 | Timo Tijhof | 2014-05-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | Travis is failing on two accounts: * "Error: No compatible version found: minimatch@'^0.3.0'" (because the version of npm that shipped with 0.8 doesn't support ^ * npm WARN engine stringify-object@0.1.8: wanted: {"node":">=0.10.0"} (current: {"node":"v0.8.26","npm":"1.2.30"}) npm WARN engine has-color@0.1.7: wanted: {"node":">=0.10.0"} (current: {"node":"v0.8.26","npm":"1.2.30"}) npm WARN engine configstore@0.2.3: wanted: {"node":">=0.10.0"} (current: {"node":"v0.8.26","npm":"1.2.30"}) npm WARN engine object-assign@0.1.2: wanted: {"node":">=0.10.0"} (current: {"node":"v0.8.26","npm":"1.2.30"}) Closes gh-1258 | ||||
* | Build: Add support for running on Travis | Jörn Zaefferer | 2013-06-12 | 1 | -0/+5 |