1.0.5 • Published 10 years ago
sails-generate-foundation v1.0.5
sails-generate-foundation
Configures Grunt to use foundation 6 front end framework for your Sails application.
Installation
$ npm install sails-generate-foundationIn your new project folder open .sailsrc file and make sure it has this generator configured like so:
{
"generators": {
"modules": {
"foundation": "sails-generate-foundation"
}
}
}Usage
On the command line
cd into your new project folder and run
$ sails generate foundation To customize your foundation installation, create a _settings.scss file somewhere in your assets/styles and add it in importer.scss at the top.
More info: https://github.com/megakoresh/foundation6-sails
License
MIT © 2016 balderdashy & contributors
As for Sails? It's free and open-source under the MIT License.
