laravel-sass
laravel-sass copied to clipboard
Automatic SASS-to-CSS compiling for Laravel 4 (and any other framework too), config-free, in pure PHP, works with latest SASS 3.2 .scss syntax, imports and mixins
after te composer step, instead of messing with `public/index.php` which is a very bad idea, it's better to make a service provider named `SassServiceProvider` (I am not sure if service...
When SCSS code are converet to CSS its not compress, it will be a good option to set $compress = false/true
Its will be aswome if there will be a kind of gzip support $gzip = true / false
Seems a bit cleaner
Skipping files that begin with '_', detection of file modification time and compile only if SCSS is newer than CSS, file handling in subfolders. Sorry guys, I'm new on github...
- added parameter `$overwrite` to control(ignore/force) overwrite existing css files - ignore if .css file exist (except if `$overwrite` is set) - ignore as standalone files that start with _...
Currently it's not possible to deploy your app without removing the laravel-sass line in your app's index.php. This should be fixed somehow.