Skip to content

Commit

Permalink
updated scaffolds
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarten Taeymans committed Feb 18, 2015
1 parent 197cad5 commit 7c4112f
Show file tree
Hide file tree
Showing 18 changed files with 28 additions and 272 deletions.
6 changes: 6 additions & 0 deletions pyoes/scaffolds/pyoes_admin_scaffold/+package+/readme.txt
@@ -0,0 +1,6 @@


// When upgrading scaffold do not forget to update following settings:

./src/config.rb => path to foundation/font-awesome
./src/resources/scss/_oe-settings.scss => set "$fa-font-path" to font path in font-awesome folder
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.1",
"private": "true",
"dependencies": {
"foundation": "~5.5.0"
"foundation": "~5.5.0",
"font-awesome": "~4.3.0"
}
}
@@ -1,6 +1,6 @@
# Require any additional compass plugins here.
add_import_path "src/foundation/scss"
add_import_path "src/foundation-icon-fonts"
add_import_path "src/font-awesome/scss"

# Set this to the root of your project when deployed:
http_path = "/"
Expand Down
@@ -1,11 +1,11 @@
@import "pyoes/settings";
@import "pyoes/oe-settings";
@import "foundation";
@import "font-awesome";
@import "pyoes/oe-header";
@import "pyoes/oe-footer";
@import "pyoes/oe-type";
@import "pyoes/oe-headings";
@import "pyoes/oe-icontype";
@import "pyoes/oe-lists";
@import "pyoes/oe-statistics";
@import "pyoes/oe-search";
Expand Down
Expand Up @@ -40,7 +40,7 @@

.bgimage {
background:url(../img/pyoes/header-img.jpg);
width:960px;
width:80%;
height:135px;
position:absolute;
right:0;
Expand Down
Expand Up @@ -117,6 +117,8 @@ $body-font-style: normal;
// We use this to control font-smoothing
$font-smoothing: antialiased;

// Overwrite font-awesome font dir
$fa-font-path: "../src/font-awesome/fonts";

// d. Media Query Ranges
// - - - - - - - - - - - - - - - - - - - - - - - - -
Expand Down
8 changes: 0 additions & 8 deletions pyoes/scaffolds/pyoes_scaffold/+package+/static/bower.json

This file was deleted.

@@ -0,0 +1,9 @@
{
"name": "{{package}}",
"version": "0.0.1",
"private": "true",
"dependencies": {
"foundation": "~5.5.0",
"font-awesome": "~4.3.0"
}
}
3 changes: 2 additions & 1 deletion pyoes/scaffolds/pyoes_scaffold/+package+/static/config.rb
@@ -1,5 +1,6 @@
# Require any additional compass plugins here.
add_import_path "bower_components/foundation/scss"
add_import_path "bower_components/foundation/scss"
add_import_path "bower_components/font-awesome/scss"

# Set this to the root of your project when deployed:
http_path = "/"
Expand Down
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
@@ -1,11 +1,11 @@
@import "pyoes/settings";
@import "pyoes/oe-settings";
@import "foundation";
@import "font-awesome";
@import "pyoes/oe-header";
@import "pyoes/oe-footer";
@import "pyoes/oe-type";
@import "pyoes/oe-headings";
@import "pyoes/oe-icontype";
@import "pyoes/oe-lists";
@import "pyoes/oe-statistics";
@import "pyoes/oe-search";
Expand Down
Expand Up @@ -40,7 +40,7 @@

.bgimage {
background:url(../img/pyoes/header-img.jpg);
width:960px;
width:80%;
height:135px;
position:absolute;
right:0;
Expand Down

This file was deleted.

Expand Up @@ -117,6 +117,8 @@ $body-font-style: normal;
// We use this to control font-smoothing
$font-smoothing: antialiased;

// Overwrite font-awesome font dir
$fa-font-path: "../bower_components/font-awesome/fonts";

// d. Media Query Ranges
// - - - - - - - - - - - - - - - - - - - - - - - - -
Expand Down

0 comments on commit 7c4112f

Please sign in to comment.