updated README
This commit is contained in:
parent
18400588c3
commit
13287fb59b
23
README.md
23
README.md
@ -62,7 +62,7 @@ guard 'rails-assets', :run_on => [:start, :change] do
|
|||||||
end
|
end
|
||||||
|
|
||||||
# This is the default behaviour
|
# This is the default behaviour
|
||||||
guard 'rails-assets', :run_on => [:start, :change, :all] do
|
guard 'rails-assets', :run_on => [:start, :change] do
|
||||||
watch(%r{^app/assets/.+$})
|
watch(%r{^app/assets/.+$})
|
||||||
end
|
end
|
||||||
```
|
```
|
||||||
@ -75,7 +75,24 @@ end
|
|||||||
|
|
||||||
Pull requests are very welcome!
|
Pull requests are very welcome!
|
||||||
|
|
||||||
## License
|
## Licensed under WTFPL
|
||||||
|
|
||||||
|
```
|
||||||
|
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||||
|
Version 2, December 2004
|
||||||
|
|
||||||
|
Copyright (C) 2011 Dmytrii Nagirniak <dnagir@gmail.com>
|
||||||
|
|
||||||
|
Everyone is permitted to copy and distribute verbatim or modified
|
||||||
|
copies of this license document, and changing it is allowed as long
|
||||||
|
as the name is changed.
|
||||||
|
|
||||||
|
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||||
|
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||||
|
|
||||||
|
0. You just DO WHAT THE FUCK YOU WANT TO.
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
MIT License
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user