Skip to content

Commit

Permalink
Move 'content' back to 'items'
Browse files Browse the repository at this point in the history
  • Loading branch information
cdchapman committed Nov 7, 2016
1 parent 122e7a1 commit bd49e19
Show file tree
Hide file tree
Showing 287 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ output.diff
crash.log
*.autosave
*.bak
content/assets/components/
items/assets/components/
tmp/
.bundle
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "specifications"]
path = specifications
url = [email protected]:pentandra/specifications.git
[submodule "static/company/benefit-reports"]
path = content/company/benefit-reports
[submodule "benefit-reports"]
path = items/company/benefit-reports
url = [email protected]:pentandra/benefit-reports.git
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
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions nanoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ environments:
data_sources:
- type: filesystem
items_root: *static_root
content_dir: items

- type: dependencies
items_root: /_project
Expand Down

0 comments on commit bd49e19

Please sign in to comment.