Repo for the ionicframework.com site. To preview local Ionic changes, follow the instructions at the Ionic repo.
gulp watch uses LiveReload. You may have to up your max file limit with the following command:
ulimit -n 7000
jekyll serve -w
npm install
sudo npm install -g gulp
gulp watch
http://localhost:4000/
Install heroku-toolbelt or with homebrew
brew install heroku-toolbeltInstall heroku-pipelines
heroku plugins:install heroku-pipelinesThen log into heroku
heroku login
# enter your email and password when promtedThen add the heroku remotes
git remote add production https://git.heroku.com/ionic-site.gitgit remote add staging git@heroku.com:ionic-site-staging.git- Make your changes
- Run
gulp git push origin master- View the staging server at http://ionic-site-staging.herokuapp.com/
- Promote the staging server to production
heroku pipelines:promote -r staging- Watch the build server at https://circleci.com/gh/driftyco/ionic-site
- Follow @ionicframework on Twitter.
- Subscribe to the Ionic Newsletter.
- Have a question that's not a feature request or bug report? Discuss on the Ionic Forum.
- Read our Blog.
- Have a feature request or find a bug? Submit an issue.
Max Lynch
Ben Sperry
Adam Bradley