Skip to content

Commit

Permalink
refactored bower_components
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarmot committed Feb 23, 2015
1 parent 4ce66e6 commit 1280409
Show file tree
Hide file tree
Showing 23 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions geocamUtil/defaultSettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@
PIPELINE_YUGLIFY_JS_ARGUMENTS = 'mangle:false --terminal'
# PIPELINE_DISABLE_WRAPPER = True

GEOCAM_UTIL_PREPCSS_DIRS = ['external/bower_components/gumby']
GEOCAM_UTIL_COMPRESSCSS_FILES = ['external/bower_components/gumby/css/gumby.css']
GEOCAM_UTIL_PREPCSS_DIRS = ['gumby']
GEOCAM_UTIL_COMPRESSCSS_FILES = ['gumby/css/gumby.css']

# include this in your siteSettings.py BOWER_INSTALLED_APPS
GEOCAM_UTIL_BOWER_INSTALLED_APPS = ('underscore',
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.
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ body{
background-color: $primary;
}

$irg_logo_img: image-url('/static/external/bower_components/gumby/img/irg.png', false, true);
$irg_logo_img: image-url('/static/gumby/img/irg.png', false, true);
.irg_logo {
background: $irg_logo_img $color no-repeat;
width:65px;
height:$logo-height;
}

$nasa_logo_img: image-url('/static/external/bower_components/gumby/img/meatball.png', false, true);
$nasa_logo_img: image-url('/static/gumby/img/meatball.png', false, true);
.nasa_logo {
background: $nasa_logo_img $footer-bg no-repeat;
height:$logo-height;
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.

0 comments on commit 1280409

Please sign in to comment.