This repository was archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
merge the move-bower change #258
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It is not being used anymore - angular-mocks should be installed by bower. Closes angular#181
It's better to bind to localhost only during development, since it improves security. It also avoids a pesky warning under Mac OS. Closes angular#165
We need to list karma-junit-reporter as a plugin and include it as a node module dependency before we can use it to output junit format. Closes angular#178
This will help web servers who are not happy to serve up files outside the "root" folder of the application. Closes angular#183 Closes angular#182
A few invalid paths which were referenced in index.html were removed. These paths became invalid due to commit daf71f2 which moved where the bower_components directory is placed. Closes angular#184
node js version should between quotation marks based on http://docs.travis-ci.com/user/languages/javascript-with-nodejs/ Closes angular#213
Disable the local HTTP server's cache-control header, to fix the problem where the browser wouldn't reload templateUrl-based directive templates. Fixes angular#193 Closes angular#194
…ndex-async" command This fixes the 404 not found when it tries to retrieve this map file and can't because the path is wrong. Note that you won't see that error if you have JavaScript source maps turned off. Closes angular#197
You don't need it when doctype is HTML5 and also the others above already don't have one. Closes angular#232
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.