Pyramid scaffold to extend project with Foundation support
Project description
This package provides a Pyramid scaffold which includes Zurb Foundation
pyramid_foundation is intended to extend other scaffolds such as starter or alchemy. Using it alone will not create a Pyramid project.
Getting Started
$ pcreate -s <scaffold> -s pyramid_foundation <project_name>
Your newly created project will have the Foundation files located in Project/package/static/
Additionally, mytemplate.pt has been modified to include the Foundation CSS and JS along with the standard basic introduction to Foundation.
Compass/Sass
In order to use Compass, you’ll need to install the Compass and Foundation gems
$ gem install compass $ gem install foundation
pyramid_foundation includes a config.rb to manage your styles as a compass project. For more information visit:
Files
static/config.rb - Compass config file
static/css/package_name.css - Styles for included template
static/css/app.css - Complete Foundation styles compiled from Sass
static/img/* - Foundation images
static/js/* - Foundation Javascripts
static/sass/package_name.scss - Sass styles for included template
static/sass/_settings.scss - Foundation settings
static/sass/app.scss - Foundation Sass styles
templates/mytemplate.pt - Example Pyramid template
v0.0, 09.30.12 – Begin development v0.1, 10.30.12 – Created PyPi compatible package with Pyramid scaffold v0.1.1, 11.5.12 – Added Compass/Sass files v0.1.2, 11.5.12 – Removed compressed css version v0.2, 11.5.12 – Completed testing for Compass/Sass additions v0.2.1, 11.10.12 – Updated foundation gem for responsive bug from custom app.scss v0.2.2, 11.10.12 – Bugfixes v0.2.3, 11.30.12 – Foundation updates v0.2.4, 12.12.12 – Foundation updated to 3.2.3 v0.3.0, 07.19.13 – Foundation updated to 4.x
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pyramid_foundation-0.3.0.tar.gz
.
File metadata
- Download URL: pyramid_foundation-0.3.0.tar.gz
- Upload date:
- Size: 182.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 75b1380537b07967144df83d473bcd4e809789b07ad7053722d8699533861123 |
|
MD5 | 7e83f68e33fff46b01cb3e65cb481d83 |
|
BLAKE2b-256 | f1dc67ab595105b1c1269736fedd9de41b1527821daa0533c9cff104f5cb7cc1 |