This website requires JavaScript.
Explore
Help
Sign In
iSharkFly-Docs
/
angular-docs-cn
Watch
1
Star
0
Fork
0
You've already forked angular-docs-cn
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a6736ff9f2
Branches
Tags
View all branches
angular-docs-cn
/
tools
/
build
/
snippets
/
runtime_paths.js
8 lines
90 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 16:26:30 -08:00
System
.
paths
=
{
feat(facade): added support for observables
2015-03-24 13:45:39 -07:00
'*'
:
'/*.js'
,
'rx/dist/*'
:
'*.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 16:26:30 -08:00
}
;
feat(ng-repeat): initial implementaion of ng-repeat. - adds support for content bindings via '[]'. - directives module
2014-12-05 17:44:00 -08:00
register
(
System
)
;
feat(facade): added support for observables
2015-03-24 13:45:39 -07:00
cjs
(
System
)
;
Reference in New Issue
Copy Permalink