Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yongchengchen/jscssbooster
- Owner: yongchengchen
- Created: 2016-01-06T09:44:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-07T06:26:45.000Z (about 9 years ago)
- Last Synced: 2023-02-28T20:16:06.138Z (almost 2 years ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jscssbooster
Laravel > 5.0 extension for easy compile sass, combine css and jsHow 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
```