Package Exports
- generator-compass-extension
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (generator-compass-extension) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
__,
____----+++| _ _ ___
_____----++++++++++/ | | | |/ _ \
_---+++++++++++++++++++| | |_| | (_) |
__--++++++++++++++++++++++/ \__, |\___/
_-+++++++++_++++++++++++++++| __/ |
/++++++__++| |++__++++++++++/ |___/
|+++++++\ \+| |+/ /++++++++++| ___ ___ _ __ ___ _ __ __ _ ___ ___
|+++++++++\ \| |/ /++++++++++/ / __/ _ \| '_ ` _ \| '_ \ / _` / __/ __|
|+++++++____\ /____+++++++| | (_| (_) | | | | | | |_) | (_| \__ \__ \
|++++++/_____ _____\+++++/ \___\___/|_| |_| |_| .__/ \__,_|___/___/
|++++++++++/ \++++++++++| _ | | _
|++++++++/ /| |\ \++++++++/ | | |_| (_)
\_+++++/_/+| |+\_\+++++_- _____ _| |_ ___ _ __ ___ _ ___ _ __
-__++++++|_|++++++__- / _ \ \/ / __/ _ \ '_ \/ __| |/ _ \| '_ \
--_+++++++++_-- | __/> <| || __/ | | \__ \ | (_) | | | |
---___--- \___/_/\_\\__\___|_| |_|___/_|\___/|_| |_|A Yeoman Generator for creating an integrate development, build, and test environment for creating Compass Extensions.
Currently Available:
- Build a Compass extension in the
sassrepository - Test it with
example.scssand by runninggrunt server- Include
--launchto launch a local server to test - Change
server:hostnameinconfig.ymlto'*'to access development server from any computer on your local network, remote debugging included.
- Include
- Build your extension using
grunt extension(will probably change tobuildlater) - Includes a basic project with all files from example's JS and Images
Planned:
- Bower integration
- Generator for templates, plus support for multiple templates
- Ruby support
- Test suite