https://github.com/yongchengchen/jscssbooster
Laravel > 5.0 extension for easy compile sass, combine css and js
https://github.com/yongchengchen/jscssbooster
Last synced: 4 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-07T06:26:45.000Z (over 9 years ago)
- Last Synced: 2025-01-12T09:44:04.444Z (6 months 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
```