1.0.5 • Published 8 years ago

sails-generate-foundation v1.0.5

Weekly downloads
8
License
MIT
Repository
-
Last release
8 years ago

sails-generate-foundation

Configures Grunt to use foundation 6 front end framework for your Sails application.

Installation

$ npm install sails-generate-foundation

In 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.

image_squidhome@2x.png

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.10.0

8 years ago