tjgq / html-bust

Cache-busts URLs in HTML files
MIT License
0 stars 1 forks source link

Command-line interface ? #1

Open jgoux opened 9 years ago

jgoux commented 9 years ago

Hello, I really like how this package is minimal for cache busting ! Would you consider to make a CLI to be able to interact with it ?

tjgq commented 9 years ago

Hi, thanks for your interest!

Yes, a CLI interface is on my to do list. I just need to find some time to write it - stay tuned!

jgoux commented 9 years ago

I'm working on it right now, could you provide an already compiled main file for this project instead of the .coffee file ? The installation requires you to have coffescript installed globally, it's not very convenient.

tjgq commented 9 years ago

Done. The latest published version (0.1.1) includes the compiled file in lib/. I'm not a big fan of this practice, but I've been playing around with all the different options to compile on install, and none of them are very nice. Let's aim for convenience instead.