Skip to content

Commit

Permalink
sync new struct
Browse files Browse the repository at this point in the history
  • Loading branch information
pct committed May 2, 2012
1 parent facaa9b commit 9382e32
Show file tree
Hide file tree
Showing 38 changed files with 5,665 additions and 2,863 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ pdf/*.html
pdf/images
pdf/js
.DS_Store
Gemfile.lock
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
gem 'guard'
gem 'guard-less'
#gem 'guard-coffeescript'
7 changes: 7 additions & 0 deletions Guardfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
guard 'less', :output => 'css' do
watch(%r{^src/less/(.+\.less)$})
end

#guard 'coffeescript', :output => 'js' do
# watch(%r{^src/coffee/(.+\.coffee)$})
#end
Loading

0 comments on commit 9382e32

Please sign in to comment.