Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taoso/hashit
https://github.com/taoso/hashit
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/taoso/hashit
- Owner: taoso
- Created: 2016-02-28T17:18:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-28T23:58:55.000Z (almost 9 years ago)
- Last Synced: 2024-11-11T08:38:59.034Z (2 months ago)
- Language: PHP
- Size: 893 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Hash It
Use `gulp css` to generated assets from `resources/asserts` to `public`
with a hashed file name which is generated by the file's content.For example:
```
img/a.png => img/a-xxxx.png
css/a.css => css/a-yyyy.css
```In css:
```
background: @url('../img/a.png'); => background: @url('../img/a-xxx.png');
```In blade:
```
=>
```