7eed4c91bf
chore(ionicons): update ionicons through npm
2016-01-14 10:49:05 -06:00
398eed036b
chore(gulp): don't typecheck karma tests
2016-01-12 14:36:12 -06:00
1157d5e72f
chore(gulp): update transpile.typecheck globs
2016-01-12 09:15:08 -06:00
29c572d41f
feat(icon): woff2 font format, smaller font files
2016-01-11 16:03:45 -06:00
a11b880ca3
refactor(generators): make them more oo
2016-01-07 19:03:59 -06:00
0d1ef20622
fix(demos): update demos wip
2016-01-04 17:57:57 -06:00
3374deab3d
test(): fix web-animations ref for e2e tests
2016-01-04 15:08:11 -06:00
b4c89a98e0
chore(package): gulp package/publish
...
Closes #799
2015-12-22 21:53:12 -06:00
9395ed14f7
chore(gulp-publish): convert spawn stream to string if it's not
2015-12-22 14:23:24 -06:00
d15fdcf7fc
build(publish): gulp publish task
2015-12-21 17:11:03 -06:00
8c421116fe
fix(package): add tooling/ to npm package
2015-12-18 17:56:54 -06:00
3ab3de56e3
chore(): have separate README for npm package
2015-12-18 17:55:18 -06:00
92f0584b7f
add README to package task
2015-12-17 15:00:53 -06:00
cc97919bcc
fix(tests): fix karma tests
2015-12-16 18:20:55 -06:00
6afda1f04b
fix(watch): trigger livereload on bundle and e2e changes
2015-12-16 16:42:45 -06:00
114a4053a3
fix(watch): update task paths
2015-12-16 16:42:45 -06:00
93a653013b
chore(build): build tasks can be run in parallel
2015-12-16 16:42:45 -06:00
2d376545fe
chore(build): remember cached files on watch
2015-12-16 16:42:45 -06:00
2bc456ead4
use system bundle for e2e
2015-12-16 16:42:45 -06:00
24b4088bfb
chore(bundle): bring back system bundle
...
UMD bundle is great, but mainly meant for ES5/ngUpgrade apps, while the
system bundle is for plunkers and in our case, tests.
2015-12-16 16:42:45 -06:00
bc2ec0ce16
rename tsResult to tsCompile
2015-12-16 16:42:44 -06:00
068f3ceb29
Merge remote-tracking branch 'origin/master' into WIP-api-demos
2015-12-16 11:13:03 -06:00
b812cd86fb
fix transpile task caching
2015-12-14 15:05:54 -06:00
eed026a45a
add package task
2015-12-14 15:05:54 -06:00
ab5bb336b0
copy fonts to bundles as well as dist
2015-12-14 15:05:54 -06:00
2fef3c0cd9
add minify to sass task
2015-12-14 14:11:33 -06:00
6c0963dffc
remove gulp-babel
2015-12-14 14:02:05 -06:00
6d17d9d185
minify bundle task
2015-12-14 14:02:05 -06:00
36368e1f9d
don't pass numTasks to bundle
2015-12-14 14:02:05 -06:00
1df9b32b38
chore(): fix snapshot relativePath
2015-12-14 13:58:24 -06:00
3a3d5ef9f2
fix e2e.bundle task dependencies
2015-12-14 13:02:42 -06:00
3454b1efe7
remove temp.hack task
2015-12-14 13:02:42 -06:00
84cb47dae7
chore(demos): add option to use a custom demo template
2015-12-11 11:33:08 -06:00
d5597feac5
whoops fonts still used by bundles
2015-12-10 20:34:13 -06:00
52da3f3d30
Revert "update sass task"
...
This reverts commit 60742e49acd2fb1f4a0b4684c2d5d00f6628828c.
2015-12-10 20:32:45 -06:00
1f5501ac66
update src task
2015-12-10 20:20:45 -06:00
60742e49ac
update sass task
2015-12-10 20:20:28 -06:00
f76a0e58d6
chore(gulp): use different livereload port
...
The default conflicts with the default used by the CLI.
2015-12-10 17:15:07 -06:00
050874bf36
add livereload to dev tasks
2015-12-10 17:07:24 -06:00
b72889f002
update watch task
2015-12-10 16:41:58 -06:00
36a2349674
run some build tasks in parallel
2015-12-10 16:41:58 -06:00
21f0eaa8da
Add fast transpile task
...
Doesn't do typechecking, we will typecheck before release.
2015-12-10 16:41:58 -06:00
7515ba49dd
sass task
2015-12-10 16:41:58 -06:00
8d1dd53b8b
Gulp serve from root
...
Lets us load scripts from node_modules
2015-12-10 16:41:58 -06:00
94e25a7dbd
e2e task
2015-12-10 16:41:57 -06:00
723a4f2847
only create single CommonJS bundle
2015-12-10 16:41:57 -06:00
5882bf9bc2
fix number of demo entries
2015-12-10 16:39:56 -06:00
0b07b4fb5d
fix demo task race condition
2015-12-10 16:39:56 -06:00
99cb565312
bundle gulp task
...
Use webpack to create two UMD bundles - one of just ionic that
expects Angular2 to be an external module, the other that includes
zone.js, reflect-metadata, and angular2 as well.
2015-12-10 16:39:56 -06:00
cd38c2ea87
create CJS srcs + definitions
2015-12-10 16:39:56 -06:00