/tidesdk-template

A base TideSDK application template with Ruby, Haml, Sass, CoffeeScript and RubyGems.

Primary LanguageRubyOtherNOASSERTION

TideSDK Template

A base TideSDK application template with:

Installation

  1. Download TideSDK 1.3.1 beta and TideSDK Developer from the website.

  2. Install the gems:

    $ bundle
  3. Update the following points with TideSDK Developer:

    Application ID, Version, Description, Publisher, Publisher URL, Application Icon, Copyright

  4. Update the following files:

    CHANGELOG.txt, LICENSE.txt

Usage

  1. Launch Guard inside your project with:

    $ guard

    Guard shows a Pry console. Run all plugins using:

    $ ↩

    Guard compiles your Haml, Sass and CoffeeScript automatically when files are modified. You can find the files in source/.

  2. Launch TideSDK Developer.

Information

  • You can find the Haml, Sass and CoffeeScript files in source/.
  • Manage your TideSDK application dependencies in source/Gemfile.
  • The Ruby files for your app are in Resources/ruby/.
  • See TideSDK Documentation for more information.
  • If you use Sublime Text 2, then check out tide-sublime.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Copyright

Copyright (c) 2013 Daniel Bayerlein.