Commit Graph

372 Commits

Author SHA1 Message Date
Drew Rygh
af0d84c711 fix(deploy): make sure production mode is set to true 2016-02-19 11:05:28 -06:00
perry
8b717c21f2 chore(dgeni): fixing api side menu active page highlights 2016-02-18 16:11:37 -06:00
Tim Lancina
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
Tim Lancina
ad276fa25d chore(snapshot): run e2e before snapshot 2016-02-18 13:52:56 -06:00
perry
ffff210480 chore(dgeni): hide private static methods Fixes driftyco/ionic-site#437 2016-02-18 13:44:28 -06:00
Adam Bradley
e5ba6a65e2 chore(package): update repo url 2016-02-18 13:35:42 -06:00
Max Lynch
5d4c9f5209 Update README.md 2016-02-18 13:34:22 -06:00
Max Lynch
ce0e875a8f Update README.md 2016-02-18 13:32:35 -06:00
Max Lynch
96138d6882 Update README.md 2016-02-18 13:29:43 -06:00
Max Lynch
83432bc919 Update README.md 2016-02-18 13:29:33 -06:00
Tim Lancina
7f717b128b chore(package): change license to MIT 2016-02-14 16:28:59 -06:00
Tim Lancina
b2ad7f0de1 chore(site): update API index 2016-02-12 18:28:05 -06:00
Tim Lancina
8b724a3bcb chore(tests): make typescript and unit tests friends 2016-02-12 13:59:38 -06:00
Tim Lancina
5f254f285f chore(e2e): make typescript and e2e friends 2016-02-12 11:37:39 -06:00
mhartington
224382a10e Merge branch '2.0' of https://github.com/driftyco/ionic into ins_n_outs 2016-02-11 14:10:04 -05:00
perry
74c8d6a2a9 formatting output events 2016-02-11 11:48:04 -06:00
perry
8314ad25c2 chore(dgeni): re-adding instance methods to docgen 2016-02-11 11:02:33 -06:00
mhartington
4b1943f034 chore(dgeni): fix output template
Template for @Outputs were still rengering since they were checking for
@Inputs.
2016-02-10 13:06:14 -05:00
perry
a8515115c1 chore(dgeni): Updating API landing page title 2016-02-10 10:15:10 -06:00
perry
19ecc7a3af chore(dgeni): setting inputs and outputs detection in dgeni 2016-02-10 10:13:48 -05:00
Adam Bradley
c46d25baed chore(snapshot): do not exit on error 2016-02-10 01:49:43 -06:00
Adam Bradley
da18868636 refactor(animations): inline css animations 2016-02-09 16:23:01 -06:00
perry
613cc2807b chore(dgeni): redesign API docs index page 2016-02-08 17:29:51 -06:00
perry
ae5cfcc3ce chore(dgeni): updating dgeni and adding static methods to docgen Closes driftyco/ionic-site#409 2016-02-08 15:47:51 -06:00
Drew Rygh
70866988b0 chore(demos): deploy script should create production demos 2016-02-05 11:35:40 -06:00
Drew Rygh
0ac475fae8 chore(demos): update build process, add sass compilation 2016-02-05 11:35:39 -06:00
Tim Lancina
3226ec7ec6 chore(): tell gulp when finished building 2016-02-05 10:47:19 -06:00
Tim Lancina
5c0fd47816 chore(): don't publish snapshot scripts 2016-02-05 10:47:19 -06:00
Tim Lancina
c5922a2dca Revert "chore(): remove unnecessary scripts from package"
This reverts commit 2c08ddc340.
2016-02-05 10:47:19 -06:00
Tim Lancina
f25f316dff chore(snapshot): don't call gulp callback more than once on error 2016-02-05 10:25:55 -06:00
Tim Lancina
5439ebbcc7 docs(snapshot): update 2016-02-05 10:25:55 -06:00
Tim Lancina
2c08ddc340 chore(): remove unnecessary scripts from package 2016-02-05 10:25:55 -06:00
Tim Lancina
2178638659 chore(): update scripts README 2016-02-04 16:32:19 -06:00
Tim Lancina
dcc20fa983 fix(generators): use mkdirp-no-bin
When using npm link to develop against Ionic locally, most setups by
default require the use of 'sudo', which then requires the gulp clean
task to also be run with sudo.  Switch to mkdirp-no-bin so there are no
root owned files in dist/node_modules when using sudo npm link.
2016-02-04 15:23:00 -06:00
Adam Bradley
276b1a591a chore(): add to local npm readme steps 2016-02-03 23:15:24 -06:00
perry
eccac3aa57 chore(docs): remove description header from API docs Fixes driftyco/ionic-site#390 2016-02-03 12:00:09 -06:00
Adam Bradley
1abe9918ea chore(snapshot): ignore files to upload 2016-02-03 11:55:18 -06:00
Adam Bradley
8f44076169 chore(): steps to run local npm ionic-framework 2016-02-02 16:41:35 -06:00
Perry Govier
ab01be765d docs(demos): copy explanation of how to update component demos on ionic-site 2016-02-02 12:46:04 -06:00
Perry Govier
ba659a7606 docs(demos): document how to deploy API demos 2016-02-02 12:37:30 -06:00
Adam Bradley
c2cf3b0636 refactor(themes): adjusted scss structure for additional themes
Related #4967
2016-02-02 10:02:31 -06:00
Tim Lancina
920ab4388c me good counting 2016-02-01 19:26:25 -06:00
Tim Lancina
c085f6f75b chore(release): add release gulp task 2016-02-01 19:19:11 -06:00
perry
b0f40efa20 chore(CI): compile API demos after ionic-site clone and before ionic-site commit 2016-02-01 18:10:01 -06:00
perry
f786067b42 chore(demos): changing the order so api demos run before docs (so they're committed to ionic-site) 2016-02-01 17:59:04 -06:00
perry
6fa2283b2f chore(demos): automating API Demos 2016-02-01 17:53:51 -06:00
Tim Lancina
b4758b1b8d chore(publish): update publish instructions 2016-02-01 15:29:22 -06:00
Tim Lancina
347d27c12d chore(publish): rename prepare to prepublish, remove publish task 2016-02-01 15:27:16 -06:00
perry
494d0da4ce chore(docs): jekyll no longer allows filters in meta data. slugify title to get page ID in nunjucks instead 2016-01-29 10:27:07 -06:00
Brandy Carney
cb7a3589fd chore(snapshot): update snapshot to run all tests 2016-01-28 14:47:14 -05:00