303 Commits

Author SHA1 Message Date
12c9fd12bd chore(gulp): update gulp scripts 2016-09-13 15:09:39 -05:00
9c896f59bc chore(package): generate dist package.json from root package.json
Closes #6854
2016-06-29 13:44:36 -05:00
4479a019a7 chore(CI): v2 -> master 2016-06-24 12:15:58 -05:00
b5107cdaf1 chore(build): create es2015 modules when publishing 2016-06-08 20:56:18 -05:00
c8f760f080 chore(build): rename ionic directory to src and update all references in the build process. 2016-05-19 13:22:40 -05:00
39c2adbe79 chore(build): change gulp package process to use @angular/core not angular2 for version matching. 2016-05-18 09:33:37 -05:00
4c19d15ee2 fix(build): fix e2e, demos, and karma tests to use new angular module setup. 2016-05-12 09:31:34 -05:00
823643efbb chore(build): add validate task to gulp that will run linting tools and testing tools 2016-04-21 15:33:49 -05:00
d2b3cc39a5 chore(build): nightly version name from formatted timestamp 2016-04-17 01:22:19 -05:00
c1d82f49fc fix(build): update the gulpfile nightly to only update the distributed package.json file 2016-04-14 10:21:36 -05:00
ade93371a4 chore(build): add tslint and unit tests to prerelease gulp task
closes #5755
2016-04-13 15:40:20 -05:00
a089a97ab1 chore(build): update publish.nightly gulp task to include building dist 2016-04-13 12:20:26 -05:00
0c3ba8c0db Added publish.nightly task to gulp file. 2016-04-12 20:27:48 -05:00
6f3b9bef82 style(tslint): tslint updates 2016-04-06 21:28:52 -05:00
d8e670ca7c style(tslint): add tslint
Closes #5756
2016-04-06 20:48:09 -05:00
75c71a39c7 chore(karma): fix karma-watch 2016-03-15 10:48:22 -05:00
d354a3b8dc chore(tests): add tests watch task 2016-03-15 10:34:05 -05:00
f0bfa18a07 chore(karma): re-run karma on source changes as well 2016-03-15 10:04:57 -05:00
a0d068dae0 docs(demos): update gulp file and API demos to include windows theme 2016-03-10 23:04:13 -05:00
21366fceb7 chore(): log flags for debugging circleCI 2016-03-08 21:50:59 -06:00
62c7199fd1 Merge branch '2.0' into windows-mode 2016-03-03 13:12:52 -05:00
626eae2131 chore(): build tests before karma-watch 2016-03-02 15:43:21 -06:00
cbe9ed8c23 chore(): update karma tests to work with npm3 2016-03-02 13:57:09 -06:00
1d95e6c339 Merge branch '2.0' into windows-mode 2016-03-01 14:16:22 -05:00
08178ecac0 chore(demos): fix demo entries 2016-03-01 10:04:09 -06:00
5932706332 docs(demos): add variables Sass file to use colors and add to icons
references driftyco/ionic-site#453
2016-02-29 19:15:22 -05:00
02da18b311 Merge branch '2.0' into windows-mode
# Conflicts:
#	ionic/components/searchbar/searchbar.ts
2016-02-29 19:02:55 -05:00
dbc5737d82 chore(): update copy.libs task to work with npm 2 and 3 2016-02-29 15:35:58 -06:00
79b868b0a8 chore(): use typescript 1.7 for now
1.8 breaks a few things, use 1.7 until we figure them out
2016-02-29 15:35:58 -06:00
f905e18a80 chore(transpile): don't kill stream on TS errors 2016-02-29 11:49:02 -06:00
8df8420f14 feat(windows): change windowsphone platform to windows
fixes snapshot too

references #5565
2016-02-25 12:17:28 -05:00
6cd0c45f7c Merge branch '2.0' into windows-mode 2016-02-23 13:43:05 -05:00
ccf4215265 chore(): copy.libs before CJS bundle task 2016-02-23 09:38:12 -06:00
368c12a066 feat(windows): add windows support to snapshot
references #5565
2016-02-22 20:38:42 -05:00
a9c995d07d feat(windows): initial add of windows mode
basically a copy of md for now

references #5565
2016-02-22 20:36:02 -05:00
1cfca53f9d chore(npm): publish package as 'ionic-angular'
BREAKING CHANGE: imports from the framework were:
```
  import {Platform} from 'ionic-framework/ionic';
```
and are now:
```
  import {Platform} from 'ionic-angular';
```
2016-02-22 13:25:55 -06:00
1b7cb8ccb0 chore(demos): don't bundle demos when developing
Rebundling all demos on every change takes 1 minute, only do it for
production.
2016-02-18 14:53:46 -06:00
04c1c7c3bd chore(typings): add es6 and jasmine typings
As of beta.6, angular2 no longer ships es6-shim or jasmine typings, so
we provide them ourselves.
2016-02-15 15:36:01 -06:00
2dacac2186 chore(prerelease): change prerelease type to beta 2016-02-12 09:41:35 -06:00
da18868636 refactor(animations): inline css animations 2016-02-09 16:23:01 -06:00
0ac475fae8 chore(demos): update build process, add sass compilation 2016-02-05 11:35:39 -06:00
3226ec7ec6 chore(): tell gulp when finished building 2016-02-05 10:47:19 -06:00
c5922a2dca Revert "chore(): remove unnecessary scripts from package"
This reverts commit 2c08ddc34034861f9a65cf4c3961cc7d6b4b8eca.
2016-02-05 10:47:19 -06:00
2c08ddc340 chore(): remove unnecessary scripts from package 2016-02-05 10:25:55 -06:00
c6067c0faa chore(): comment gulpfile 2016-02-05 09:45:49 -06:00
60e1278939 fix(build): tell gulp when finished building 2016-02-04 16:31:47 -06:00
74edf8c6d5 chore(build): don't clean before build 2016-02-04 16:23:18 -06:00
fe07a8cc4e chore(gulpfile): debug and typecheck flags 2016-02-04 16:00:24 -06:00
845adcc8d6 chore(demos): build demos before watching 2016-02-04 15:57:32 -06:00
262eeac037 chore(gulpfile): serve on watch 2016-02-04 15:56:29 -06:00