diff options
author | Willy Micieli <micieli@laposte.net> | 2019-08-18 12:50:26 +0200 |
---|---|---|
committer | Willy Micieli <micieli@laposte.net> | 2019-08-18 12:50:26 +0200 |
commit | c7833b23fb6e000866f84baf1ea3a9e3beb6910b (patch) | |
tree | 5c52bc309f9eb48b18cba797baca790687bb6215 | |
parent | 2c4b6e1d6e499b8488400b886588c3b138388530 (diff) | |
download | shaolin-c7833b23fb6e000866f84baf1ea3a9e3beb6910b.zip shaolin-c7833b23fb6e000866f84baf1ea3a9e3beb6910b.tar.gz |
rename design dir
-rw-r--r-- | config.rb | 2 | ||||
-rw-r--r-- | design/js/app.js (renamed from Design/js/app.js) | 0 | ||||
-rw-r--r-- | design/sass/app.scss (renamed from Design/sass/app.scss) | 0 |
3 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ require 'compass/import-once/activate' # Set this to the root of your project when deployed: http_path = "/" css_dir = "web/css" -sass_dir = "Design/sass" +sass_dir = "design/sass" images_dir = "web/img" javascripts_dir = "web/js" diff --git a/Design/js/app.js b/design/js/app.js index 8e224cc..8e224cc 100644 --- a/Design/js/app.js +++ b/design/js/app.js diff --git a/Design/sass/app.scss b/design/sass/app.scss index c2a635b..c2a635b 100644 --- a/Design/sass/app.scss +++ b/design/sass/app.scss |