Commit Graph

27 Commits

Author SHA1 Message Date
Peter Collins
cfaf3303a4 Ionitron tweet
Must be run with release command

Move code to bottom of gulp file

Add twitter keys

Send off a test tweet

Update twitter secrets

Awesome it worked, delete always tweet
2014-03-28 16:29:51 -05:00
Adam Bradley
a93e178989 site search index updates 2014-03-27 12:49:21 -05:00
Andy Joslin
0c6bb240ec chore(build): remove double banner from css file
Closes #899
2014-03-27 08:22:35 -06:00
Andy Joslin
277d7aa001 chore(build): make changelog generator use correct repo url 2014-03-26 19:11:01 -06:00
Adam Bradley
db74296e23 chore(index): Update ref id's for docs indexing 2014-03-26 15:34:48 -05:00
Andy Joslin
c1dbe040fe chore(travis): make docs-index task skip files without yaml 2014-03-26 09:30:01 -06:00
Adam Bradley
48c3150cf9 search index /docs/api/ 2014-03-26 09:34:31 -05:00
Andy Joslin
e2b1290103 chore(build): add closure around whole file 2014-03-24 16:08:47 -06:00
PatrickJS
5e5ce9e208 chore(build.config): remove 'fs' module
I'm not sure why <code>var fs = require('fs');</code> is here anymore

Closes #870
2014-03-22 09:48:34 -05:00
Andy Joslin
11c96a66e4 chore(build): add version name to window.ionic 2014-03-19 16:42:22 -06:00
Andy Joslin
ae57b2b81a test($ionicScrollDelegate): remove xdescribe 2014-03-18 14:58:13 -06:00
Andy Joslin
83f4776f53 chore: remove animation & type attributes, standard controller names 2014-03-18 14:54:21 -06:00
Peter Collins
9258cde4fe Gulp task to generate Lunr index file 2014-03-18 15:23:27 -05:00
Andy Joslin
bef0cfe7fd chore(gulp): fix strip-debug task 2014-03-15 11:10:15 -06:00
Andy Joslin
64b98beb4b chore(): prepare for 0.9.27 - last alpha release 2014-03-15 10:50:48 -06:00
Andy Joslin
b26be092f4 docs: simplify templates more 2014-03-13 07:25:37 -06:00
Andy Joslin
ffc48c02f7 docs: fix problems with multiple versions 2014-03-12 17:23:37 -06:00
Andy Joslin
4813fd0bb9 docs: allow multiple versions 2014-03-12 15:55:50 -06:00
Andy Joslin
ed1dbb71f2 chore(gulp): dont watch docs 2014-03-10 09:47:15 -06:00
Andy Joslin
c07846a49d docs(README): add instructions for testing docs 2014-03-10 09:32:24 -06:00
Andy Joslin
9cfd95f5ba chore(build): make bundle have proper banner 2014-03-08 12:38:31 -07:00
Andy Joslin
1130f60902 chore(build): make ionic-angular.js have proper banner 2014-03-08 11:33:52 -07:00
Andy Joslin
5c6190e8a6 chore(build): make sure proper header is on built files 2014-03-08 11:26:13 -07:00
Andy Joslin
5952f18184 chore(travis): better logging for site task, improvements 2014-03-08 10:46:29 -07:00
Andy Joslin
c4fb5aa3ab chore(build): windows error improvements, better cssmin 2014-03-08 10:06:01 -07:00
Andy Joslin
c5e490468d chore(build): fix version.json 2014-03-07 13:42:33 -07:00
Andy Joslin
55089042d8 chore(build): documentation generation
Main changes:

* Use gulpfile now (build was getting way too disorganized with custom
tasks; gulpfiles are much easier to build clean custom tasks with than
Grunt.
* View README#Development for updated commands
* Docs written for ionContent, ionHeaderBar, ionInfiniteScroll.
* Docs are pushed to ajoslin's fork of ionic-site until they reach a
* point where they can be published.

**TODO, In Order of Priority**

1. Finish writing source-documentation for all existing components
2. Add multiple versions of docs (one per release & nightly, latest
 stable release docs being shown by default)
3. Add examples generation
4. Add searchbar to docs
2014-03-07 13:36:36 -07:00