Skip to content
  • Nathan Walker's avatar
    7042bea3
    Rc.6 (#217) · 7042bea3
    Nathan Walker authored
    * feat(build): add ahead of time compilation
    
    * fix(deps): add platform-server and ts 1.9
    
    * feat(build): add minification with google closure compiler
    
    * chore(deps): update to angular 2.0.0-rc.6
    
    * chore(deps): update to typescript to 2.0.2
    
    * fix(karma): update timeout
    
    * fix(css): fix css-lint issues
    
    * test(about.component): remove unused FormsModule
    
    * moved angular js.map to angular section
    
    * fix(test): use element's querySelectorAll
    
    * chore: rc.6 testing
    
    * Add link to jspm version of seed
    
    * chore(build.prod): use uglify instead of closure compiler
    
    * fix: angulartics2 TS issue
    
    * fix tslint issue
    
    semicolon was missing
    
    * Karma watch waits for an available file handler
    
    Karma watch must wait before files descriptors are available before starting
    
    * fix wrong type
    
    semicolon expect an array and not only true or false. Fixed it
    
    * feat(build): add option to not use AoT
    
    * fix(build.dev): blacklist the aot entry file
    
    * fix(build.js.dev): remove unused import
    
    * Fixed system-config.js import link to include APP_BASE
    
    Fixes https://github.com/mgechev/angular2-seed/issues/1295
    
    * fix(e2e): add AoT main to blacklist and set proper systemjs config
    
    Fix #1299
    
    * Fix for issue #1300
    
    * Fix for issue #1300
    
    * Log exception message instead of generic error message
    
    It is better to log the actual error message, because a exception can have different causes. For example: In the current implementation a syntax error, in a config file, will produce 'Cannot find ${configPath}'. Because this is misleading, this commit changes the behavior to log the actual exception message (f. e. 'Unable to compile TypeScript').
    
    * Skip main-prod.ts in non-AoT build for multi-app scenario. Fix for #1305
    
    * chore: rc.6 compatible NativeScript :)
    
    * chore: rc.6 update
    7042bea3
    Rc.6 (#217)
    Nathan Walker authored
    * feat(build): add ahead of time compilation
    
    * fix(deps): add platform-server and ts 1.9
    
    * feat(build): add minification with google closure compiler
    
    * chore(deps): update to angular 2.0.0-rc.6
    
    * chore(deps): update to typescript to 2.0.2
    
    * fix(karma): update timeout
    
    * fix(css): fix css-lint issues
    
    * test(about.component): remove unused FormsModule
    
    * moved angular js.map to angular section
    
    * fix(test): use element's querySelectorAll
    
    * chore: rc.6 testing
    
    * Add link to jspm version of seed
    
    * chore(build.prod): use uglify instead of closure compiler
    
    * fix: angulartics2 TS issue
    
    * fix tslint issue
    
    semicolon was missing
    
    * Karma watch waits for an available file handler
    
    Karma watch must wait before files descriptors are available before starting
    
    * fix wrong type
    
    semicolon expect an array and not only true or false. Fixed it
    
    * feat(build): add option to not use AoT
    
    * fix(build.dev): blacklist the aot entry file
    
    * fix(build.js.dev): remove unused import
    
    * Fixed system-config.js import link to include APP_BASE
    
    Fixes https://github.com/mgechev/angular2-seed/issues/1295
    
    * fix(e2e): add AoT main to blacklist and set proper systemjs config
    
    Fix #1299
    
    * Fix for issue #1300
    
    * Fix for issue #1300
    
    * Log exception message instead of generic error message
    
    It is better to log the actual error message, because a exception can have different causes. For example: In the current implementation a syntax error, in a config file, will produce 'Cannot find ${configPath}'. Because this is misleading, this commit changes the behavior to log the actual exception message (f. e. 'Unable to compile TypeScript').
    
    * Skip main-prod.ts in non-AoT build for multi-app scenario. Fix for #1305
    
    * chore: rc.6 compatible NativeScript :)
    
    * chore: rc.6 update
Loading