Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For rake to work, a Rakefile.rb must exist. #48

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions getting_started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ require 'zurb-foundation'
== Using rake

The final step in using *Awestruct* is to familiarize yourself with the http://rake.rubyforge.org/[Rake] tasks.
First download the Rakefile:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty sure this isn't needed any longer, and the current Rakefile.rb that is created from the init is much better than the one for awestruct.org.


curl -L https://raw.github.com/awestruct/awestruct.org/master/Rakefile > Rakefile.rb

There are a number of Rake tasks in the Rakefile that correspond to common awestruct tasks.
To get started using Rake, which will make things much easier, execute:

Expand Down