guard-coffeescript 0.5.5 → 0.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +7 -7
- data/lib/guard/coffeescript/formatter.rbc +1031 -0
- data/lib/guard/coffeescript/runner.rb +1 -1
- data/lib/guard/coffeescript/runner.rbc +2785 -0
- data/lib/guard/coffeescript/version.rb +1 -1
- data/lib/guard/coffeescript/version.rbc +1 -1
- data/lib/guard/coffeescript.rbc +1536 -0
- metadata +74 -119
data/README.md
CHANGED
|
@@ -283,13 +283,6 @@ guard 'coffeescript', :output => 'public/javascripts/compiled' do
|
|
|
283
283
|
end
|
|
284
284
|
```
|
|
285
285
|
|
|
286
|
-
## Shameless self promotion
|
|
287
|
-
|
|
288
|
-
Developed by Michael Kessler, sponsored by [mksoft.ch](https://mksoft.ch).
|
|
289
|
-
|
|
290
|
-
If you like Guard::CoffeeScript, you can watch the repository at [GitHub](https://github.com/netzpirat/guard-coffeescript) and
|
|
291
|
-
follow [@netzpirat](https://twitter.com/#!/netzpirat) on Twitter for project updates.
|
|
292
|
-
|
|
293
286
|
## Issues
|
|
294
287
|
|
|
295
288
|
You can report issues and feature requests to [GitHub Issues](https://github.com/netzpirat/guard-coffeescript/issues). Try to figure out
|
|
@@ -321,6 +314,13 @@ Pull requests are very welcome! Please try to follow these simple rules if appli
|
|
|
321
314
|
For questions please join us in our [Google group](http://groups.google.com/group/guard-dev) or on
|
|
322
315
|
`#guard` (irc.freenode.net).
|
|
323
316
|
|
|
317
|
+
## Author
|
|
318
|
+
|
|
319
|
+
Developed by Michael Kessler, sponsored by [mksoft.ch](https://mksoft.ch).
|
|
320
|
+
|
|
321
|
+
If you like Guard::CoffeeScript, you can watch the repository at [GitHub](https://github.com/netzpirat/guard-coffeescript) and
|
|
322
|
+
follow [@netzpirat](https://twitter.com/#!/netzpirat) on Twitter for project updates.
|
|
323
|
+
|
|
324
324
|
## Contributors
|
|
325
325
|
|
|
326
326
|
* [Aaron Jensen](https://github.com/aaronjensen)
|