aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
AgeCommit message (Collapse)Author
2013-09-25fix($compile): work around issue in jQuery 1.10.2Brian Ford
jQuery 1.10.2 does not attach data to comment nodes, which previously broke `$compile`. This changes how elements with "transclude element" and a controller are compiled to avoid the issue. Closes #3764
2013-08-15chore(Grunt): upgrade ng-closure-runner to 0.2.2Ken Sheedlo
Closes #3554
2013-07-29fix(bower): update bower usage and resourcesKen Sheedlo
Changes: - Fix our old code to use bower_components/ as the install dir - Fix the Bootstrap asset to use github.com/twbs/bootstrap (it moved) - Fail the build on Bower failure. Bower should not fail silently.
2013-07-29chore(bower): upgrade bower to 1.0.0Ken Sheedlo
We explicitly set the Bower install directory to components/ for compatibility with our existing code base. Recent Bower prefers bower_components/.
2013-07-29chore(bower): update to latest ng-closure-runnerKen Sheedlo
This version does correct URL encoding of string parameters in the production minErr asset code.
2013-07-24docs(minErr): Build minErr doc siteKen Sheedlo
2013-07-02fix(bower): Use latest ng-closure-runnerKen Sheedlo
2013-07-01feat(minErr): Error stripping build stepKen Sheedlo
2013-06-17chore(ngdocs): update lunr to 0.4.0Matias Niemelä
2013-06-06chore(closure-compiler): upgrade to version 20130603Igor Minar
2013-06-06chore(closure-compiler): use bower to fetch closure compilerIgor Minar
this replaces the stale NPM dependency
2013-06-06chore(ngdocs): setup bower as the package manager for the docs pagesMatias Niemelä