Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Conversation

@ghost
Copy link

@ghost ghost commented Jul 13, 2016

No description provided.

petebacondarwin and others added 28 commits May 3, 2014 21:03
This will help web servers who are not happy to serve up files outside
the "root" folder of the application.

Closes #183
Closes #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 #184
Disable the local HTTP server's cache-control header, to fix the problem
where the browser wouldn't reload templateUrl-based directive templates.

Fixes #193
Closes #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 #197
You don't need it when doctype is HTML5 and also the others above already
don't have one.

Closes #232
…html`

Previously, `angular-loader` was never inlined into `index-async.html`, because running `sed` with a
multiline RegExp fails to match anything, since `sed` matches per line. Using the `fs` module
directly, solves the issues.
(Now, we no longer depend on `shelljs`.)

Closes #309
When using `'...'.replace(regex, replacement)`, any instances of `$$` inside `replacement` will be
converted to `$` (see
[mdn](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replace#Specifying_a_string_as_a_parameter).
Thus, for example `$$minErr` and `$$moduleName` are converted to `$minErr` and `$moduleName`.
This commit fixes it, by first using `'...'.split(regex).join(replacement)` instead.

Fixes #283
Closes #286
This test refers to general end-to-end tests.

Closes #235
@googlebot
Copy link

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed, please reply here (e.g. I signed it!) and we'll verify. Thanks.


  • If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check your existing CLA data and verify that your email is set on your git commits.
  • If you signed the CLA as a corporation, please let us know the company's name.

@Narretz Narretz closed this Jul 13, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.