This website requires JavaScript.
Explore
Help
Sign In
honeymoose
/
angular-cn
Watch
1
Star
0
Fork
You've already forked angular-cn
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
43f4374944
angular-cn
/
tools
/
build
/
snippets
/
runtime_paths.js
5 lines
53 B
JavaScript
Raw
Normal View
History
Unescape
Escape
refactor(build): simplify and modularize simplify: - use same html file for dart and JS - build benchmarks automatically when doing `gulp build` - centralize configuration modularize: - move all build tasks into separate node.js modules under `tools/build`. changes: - the `build` folder is now the `dist` folder Closes #284
2014-12-05 19:26:30 -05:00
System
.
paths
=
{
refactor(build): explicitly mention `src` folder in imports Export files are now directly under the module folder, e.g. `core/core.js`. With this, an import like `core/core` won’t need a path mapping (e.g. via `System.paths`) any more. This adds the `src` folder to all other import statements as well.
2015-02-02 19:25:34 -05:00
'*'
:
'/*.js'
refactor(build): simplify and modularize simplify: - use same html file for dart and JS - build benchmarks automatically when doing `gulp build` - centralize configuration modularize: - move all build tasks into separate node.js modules under `tools/build`. changes: - the `build` folder is now the `dist` folder Closes #284
2014-12-05 19:26:30 -05:00
}
;
feat(ng-repeat): initial implementaion of ng-repeat. - adds support for content bindings via '[]'. - directives module
2014-12-05 20:44:00 -05:00
register
(
System
)
;