JSPM

generator-compass-extension

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q20621F

Yeoman generator for Compass Extensions

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 sass repository
  • Test it with example.scss and by running grunt server
    • Include --launch to launch a local server to test
    • Change server:hostname in config.yml to '*' to access development server from any computer on your local network, remote debugging included.
  • Build your extension using grunt extension (will probably change to build later)
  • 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