Skip to content

Commit

Permalink
Updating some other hardcoded directory stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
cdchapman committed Oct 22, 2016
1 parent 5b10630 commit 93f75b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ output.diff
crash.log
*.autosave
*.bak
/content/assets/components/
/tmp/
items/assets/components/
tmp/
12 changes: 6 additions & 6 deletions etc/compass/config.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
require 'compass/import-once/activate'
# Require any additional compass plugins here.

add_import_path "content/assets/components/retina.js/src"
add_import_path "items/assets/components/retina.js/src"

http_path = "/"
project_path = File.expand_path(File.join(File.dirname(__FILE__), '../../'))
css_dir = "content/assets/stylesheets"
sass_dir = "content/assets/stylesheets"
images_dir = "content/assets/images"
javascripts_dir = "content/assets/scripts"
fonts_dir = "content/assets/fonts"
css_dir = "items/assets/stylesheets"
sass_dir = "items/assets/stylesheets"
images_dir = "items/assets/images"
javascripts_dir = "items/assets/scripts"
fonts_dir = "items/assets/fonts"
http_javascripts_path = "js"
http_stylesheets_path = "css"
http_images_path = "images"
Expand Down

0 comments on commit 93f75b5

Please sign in to comment.