| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
If user send content-type header, both content-type and default
Content-Type headers were sent. Now default header overriding is
case-insensitive.
|
|
jQuery switched to a completely new event binding implementation as of
1.7.0, centering around on/off methods instead of previous bind/unbind.
This patch makes jqLite match this implementation while still supporting
previous bind/unbind methods.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the angularjs documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Generate source map files when build step is ran and adds source map
headers to all min files.
Source map url must be appended to the min file otherwise the line
offsets will be off.
Inspired by Ryan Seddon (PR #2858)
Closes #1714
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
NodeJS on Windows uses back slashes for path separators. This
difference can be mitigated by use of the nodeJS path library.
In particular the `sep` property and the `dirname()`, `normalize()`
and `join()` methods of this library. All path based arguments on
exported functions need to be normalized and `join` and `sep` must
be used instead of string manipulation to work with paths.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
we need to sever the link between the main root scope and the example
root scope - this is only needed because we are embedding one app
in the other.
|
|
|
|
make patterns more strict so we don't accidentaly match stuff deeply
nested in the codebase.
|
|
|
|
|
|
this replaces the stale NPM dependency
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|