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
f74d7727ca
angular-cn
/
tools
/
build
/
snippets
/
runtime_paths.js
8 lines
84 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
=
{
feat(facade): added support for observables
2015-03-24 16:45:39 -04:00
'*'
:
'/*.js'
,
chore(build): Remove .es6 files which shadow .ts files. This removes .es6 files which are pure duplicates of a .ts file in the same folder. Next we need to remove .js files as well, and remove karma preprocessors for dart.
2015-04-27 19:11:20 -04:00
'rx'
:
'rx.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
)
;
feat(facade): added support for observables
2015-03-24 16:45:39 -04:00
cjs
(
System
)
;