Andrew Davey
Andrew Davey
Code is in the `jstmpl` branch if you want to see the work in progress.
I've added HTML templates to script bundles in a project before, by creating a custom pipeline. It works very nicely. I'm starting to wonder if there's a good reason to...
Hi David, thank you for digging into these performance issues. It's great to see Cassette being used on a large project, and getting improved as a result! I've been getting...
It makes sense for Cassette v2.1 to focus on improving performance. So I will certainly be using this pull request for inspiration. I won't be introducing breaking API changes though....
I've created a new branch https://github.com/andrewdavey/cassette/tree/perf where I'm experimenting with performance improvements for the v2 code base. Changing one asset file while the application is running in debug mode now...
Are you ".."ing above the directory that bundle.txt is in? Because this won't work right now.
I my opinion this is a problem with the dotless project. It would be much simpler if their packages didn't overlap, and instead had one reference the other. Maybe open...
My guess is this is due to caching. Cassette caches the output of a bundle to avoid having to re-run the processing when the app starts each time. To test...
Thanks for the heads-up on this issue.
@darshaksheth There isn't an easy way to change this behaviour right now. Some of classes you'd need to use are internal to Cassette. However, if you fancy forking the source...