Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/taoso/hashit


https://github.com/taoso/hashit

Last synced: 9 days ago
JSON representation

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:
```
=>
```