generator-gumby-assemble
v0.1.5
Published
Yeoman generator for Gumby 2.6 Framework with Assemble.io
Downloads
5
Maintainers
Readme
Yeoman Generator for Gumby 2.6 Framework using Assemble.io and RequireJS
Usage
Install it (only once):
npm install -g generator-gumby-assemble
Create a new folder and cd into it:
mkdir gumby && cd $_
Run
yo gumby-assemble
Run
grunt
to build andgrunt server
to preview
Options
--skip-install
Skips the automatic execution of
bower
andnpm
after scaffolding has finished.--test-framework=[framework]
Defaults to
mocha
. Can be switched for another supported testing framework likejasmine
.
Using Assemble to generate pages
Using RequireJS for modular script loading
Gumby Framework
Gumby Framework is a flexible, responsive CSS Framework, Powered by SASS. Create rapid and logical page layout and app prototypes with a flexible and responsive grid system and UI kit.
Full documentation can be found at http://gumbyframework.com.
Gumby is developed with love by your friends at Digital Surgeons.
Gumby has a few dependencies. Big thank you to the innovative geniuses behind these awesome technologies.
- Sass - Nathan Weizenbaum
- Compass - Chris Eppstein
- Modular Scale - Scott Kellum
- jQuery
- Modernizr
MIT Open Source License
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.