Joshua Beitler
575260a6fa
chore: add .nvmrc
...
Closes #65
2015-11-22 07:35:44 -08:00
John Cashmore
d380cd5b61
build(travis): update .travis.yml to test on node 4 and 5
...
Closes #56
2015-11-22 07:34:11 -08:00
Jim Cummins
c38b5c09ac
chore(deps): make node 4.1.0 requirement explicit
...
We should be explicit about the node version required.
Closes #46
2015-11-22 07:29:22 -08:00
Jim Cummins
62af2f26ba
docs(readme): add node 4 as a prerequisite
...
The cli generates the project properly with older node versions but angular-cli-github-pages needs
node v4 so ng serve fails on older node versions. Make this dependency explicit so that people
aren't confused.
Closes #38
Closes #39
2015-11-22 07:27:50 -08:00
Ciro Nunes
ba2a745f35
chore(blueprints ng2): remove unused bootstrap
...
Closes #45
2015-11-22 07:26:17 -08:00
Igor Minar
cd5ed100a8
chore(release): v0.0.12
2015-11-15 02:10:40 -08:00
Igor Minar
e6eef2270d
feat: bump angular 2 version to 2.0.0-alpha.46
2015-11-15 02:09:55 -08:00
Igor Minar
efa839f9ea
chore(release): v0.0.11
2015-11-02 21:02:57 -08:00
Igor Minar
e9d82e2d07
feat: bump Angular 2 to 2.0.0-alpha.45
2015-11-02 21:02:29 -08:00
Igor Minar
33bf811469
feat: bump angular-cli-github-pages to ^0.2.0
2015-11-02 21:02:01 -08:00
Igor Minar
dafcffc806
chore(release): v0.0.10
2015-10-19 23:18:20 +01:00
Igor Minar
2e3cb4549c
fix(build): exclude tsconfig.json from the build output
2015-10-19 23:18:04 +01:00
Igor Minar
5c32a255bc
chore: correct the license and contributors
...
All Angular 2 projects use Apache 2 license.
2015-10-19 23:18:02 +01:00
Igor Minar
f6ec84fef6
chore(release): v0.0.9
2015-10-19 22:18:25 +01:00
Igor Minar
f171aa5115
docs: improve readme.md
2015-10-19 22:17:48 +01:00
Igor Minar
37921cd261
chore(release): v0.0.8
2015-10-19 12:52:10 +01:00
Igor Minar
5ee0c1896d
fix: remove debug output
2015-10-19 12:51:51 +01:00
Igor Minar
577329aa5e
chore(release): v0.0.7
2015-10-19 12:51:41 +01:00
Igor Minar
bcd8e975d8
refactor: custom analytics
2015-10-19 12:47:48 +01:00
Igor Minar
edd473e006
chore(release): v0.0.6
2015-10-19 10:37:03 +01:00
Igor Minar
0caa962219
chore(package.json): use ember-cli/ember-cli#ae5e72614e40f5e6dd57463e526c65da899fde07
...
The current npm version 1.13.8 doesn't support default blueprint override
and complains about node 4.
2015-10-19 10:35:50 +01:00
Igor Minar
02d7e74ce3
chore(release): v0.0.5
2015-10-19 10:13:04 +01:00
Igor Minar
9db6dee2e8
fix(package.json): re-add exit as it's used by the bin/ng
2015-10-19 10:12:44 +01:00
Igor Minar
8c57b77320
chore(release): v0.0.4
2015-10-19 02:14:20 +01:00
Igor Minar
ecc7b212a0
chore(package.json): update dependencies
...
- remove unused stuff
- pin ember-cli to a particular version rather than github repo
2015-10-19 02:13:59 +01:00
Igor Minar
7d407bc3c1
feat: rename blueprints + add templates for unit tests + add pipe blueprint
...
ng2-component is now component and component-test (to override the built-in blueprint)
ng2-service is now service and service-test (to override the built-in blueprint)
2015-10-19 00:52:11 +01:00
Igor Minar
80882ce958
fix: remove broccoli-stew import
2015-10-18 22:42:48 +01:00
Igor Minar
bcbe991101
chore(release): v0.0.2
2015-10-18 18:46:48 +01:00
Igor Minar
2edf87d66e
feat(blueprint): add angular-cli-github-pages to the package.json for better demos
...
we'll likely remove this later
2015-10-18 18:38:22 +01:00
Igor Minar
0f53ff959d
fix(package.json): remove bogus/test addons
2015-10-18 18:33:43 +01:00
Igor Minar
823034e77a
fix(blueprint): set base[href] by default
2015-10-18 18:33:02 +01:00
Igor Minar
7977b5d124
fix(blueprint): fix template/css url path
2015-10-18 18:32:18 +01:00
Igor Minar
c57d70e1c0
fix(broccoli): tune the build graph, support any asset file
2015-10-18 18:31:43 +01:00
Igor Minar
2995cfa44a
chore: improve initial commit message
2015-10-18 17:22:56 +01:00
Igor Minar
0ada59f584
fix: improve 'ng new' error message
2015-10-18 17:22:38 +01:00
Igor Minar
42cd9e0383
feat(blueprint): update app blueprint and add favicon support
2015-10-18 17:21:56 +01:00
Igor Minar
70e365a76b
fix(blueprints): update package.json blueprint
2015-10-18 17:21:20 +01:00
Igor Minar
5976f15378
refactor: move component and services under app dir in blueprints
2015-10-18 17:20:40 +01:00
Igor Minar
4727ebe004
feat(blueprint): transition from Brocfile.js to ember-cli-build.js
...
This removes the deprecation warning. yay!
2015-10-15 22:35:40 -07:00
Igor Minar
3f3801de87
feat: Angular 2 alpha.44, broccoli-typescript update, source maps
2015-10-15 22:15:55 -07:00
Igor Minar
f0649b2fea
feat: make compatible with Angular 2 alpha.42 + cleanup + tsc update
...
- updated blueprints to be compatible with alpha 42
- updated broccoli-typescript
- updated tsc to 1.6.2
- removed all tsd stuff, we now pull typings directly from node_modules/angular2
- moved tsc configuration to tsconfig.json
- configured SystemJS
- removed concat step from broccoli pipeline, SystemJS now fetches individual files
- removed traceur-runtime - we no longer need it
- other small tweaks and cleanup
2015-10-15 00:14:31 -07:00
rodyhaddad
3c9a650a99
fix(ng2): remove useless tsconfig.json file. People should build using the ng cli tool
2015-09-01 19:11:10 +03:00
rodyhaddad
8aa3c02773
chore(ember-cli): change dependency to no longer depend on rodyhaddad's fork
...
But we still need to depend on ember-cli's master because the
ember-cli/ember-cli#4700 hasn't been released yet
2015-09-01 19:11:10 +03:00
rodyhaddad
9935ffb08c
tests(commands): add acceptance test for new and init command
...
Closes #9
2015-09-01 19:11:10 +03:00
Ciro Nunes
6064349f7e
chore(tests): setup tests infrastructure
2015-09-01 19:11:10 +03:00
rodyhaddad
c9fbc5a7ae
chore(*): add .travis.yml file
2015-09-01 18:55:10 +03:00
rodyhaddad
f2d1ec3f7c
feat(build): concat all src files into app.js and transpile them as SystemJS
...
Closes #33
2015-08-27 19:09:21 +03:00
Ciro Nunes
d89595b60d
chore(new command): ember -> ng
...
Closes #27
2015-08-06 20:45:51 +03:00
Ciro Nunes
a4ce19e3b2
chore(blueprints ng2): update Angular version to alpha-33
...
Closes #29
Closes #30
2015-08-06 20:40:10 +03:00
rodyhaddad
e5eeef822d
chore(npm): update version to 0.0.1
2015-08-03 20:10:33 +03:00