Skip to content

dotCMS/plugin-cssframeworks

Repository files navigation

Sass Plugin for dotCMS

Using jRuby this plugin replaces the normal asset downloading for extensions .sass and .scss with the output of the Sass parser. It uses an unmodified version of sass gem 3.2.7 on 1.9 jRuby runtime. The syntax style (scss or sass) is based on your file extesion.

I couldn't do this without the guys in this stackoverflow thread

There is some hasle

Until we fix issue #2388 (maybe for dotCMS 2.3) this plugin requires an aditional step to deploy properly. After deploy your plugins run this command from dotCMS home directory.

cp -ra plugins/com.dotcms.sass/ROOT/dotCMS/WEB-INF/sass-gem/* dotCMS/WEB-INF/sass-gem/

Licence

GPL v2

About

This plugin will compile .sass and .scss and serve parsed output of the Sass parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages