Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yongchengchen/jscssbooster

Laravel > 5.0 extension for easy compile sass, combine css and js
https://github.com/yongchengchen/jscssbooster

Last synced: about 2 months ago
JSON representation

Laravel > 5.0 extension for easy compile sass, combine css and js

Awesome Lists containing this project

README

        

# jscssbooster
Laravel > 5.0 extension for easy compile sass, combine css and js

How to use
Edit your blade view template file.
```html


@requirecss(sample1.scss)
@requirecss(sample2.scss)
@requirecss(sample3.css)
@requirejs(sample1.js)
@requirejs(sample2.js)

```

And it will generate html likes below:
```html




```