Skip to content

Commit

Permalink
Move site assets in src
Browse files Browse the repository at this point in the history
Now site/ folder is only for build output and can be erased. Rake assets task will copy assets in the site folder before preview and build
  • Loading branch information
Fabrice Luraine committed Sep 21, 2010
1 parent 223cdfa commit eef6251
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Gemfile.lock
Original file line number Original file line Diff line number Diff line change
@@ -1,13 +1,23 @@
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
RedCloth (4.2.3)
cgi_multipart_eof_fix (2.5.0) cgi_multipart_eof_fix (2.5.0)
coderay (0.9.4)
compass (0.10.5) compass (0.10.5)
haml (>= 3.0.4) haml (>= 3.0.4)
daemons (1.1.0) daemons (1.1.0)
diff-lcs (1.1.2)
fastthread (1.0.7) fastthread (1.0.7)
gem_plugin (0.2.3) gem_plugin (0.2.3)
grit (2.2.0)
diff-lcs (~> 1.1)
mime-types (~> 1.15)
haml (3.0.18) haml (3.0.18)
haml-coderay (0.1.1)
coderay
haml
mime-types (1.16)
mongrel (1.1.5) mongrel (1.1.5)
cgi_multipart_eof_fix (>= 2.4) cgi_multipart_eof_fix (>= 2.4)
daemons (>= 1.0.3) daemons (>= 1.0.3)
Expand All @@ -23,5 +33,11 @@ PLATFORMS
ruby ruby


DEPENDENCIES DEPENDENCIES
RedCloth
coderay
compass compass
grit
haml
haml-coderay
rack
staticmatic staticmatic
Binary file added src/assets/images/haml.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/sass.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Binary file added src/assets/stylesheets/pattern.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit eef6251

Please sign in to comment.