Update: 0.65 is released, without in-memory support.

If you want temp asset support, then we could /maybe/ work out some 
temp-dir files, but this will only be done on request.

Changes for 0.65:

0.65 2015-09-25T16:55:49+0200
 - Add EXPERIMENTAL fixed mapping between moniker to packed files #64
 - Add EXPERIMENTAL test_app() to ensure all assets are created
 - Change headers() into a method
 - Change out_dir() into a read-only method, as documented
 - Remove EXPERIMENTAL support for reloader.js
 - Remove deprecated preprocessor() method
 - Remove support for in-memory assets #64
 - Fix memory leak

I will hopefully make a standalone reloader module. Not sure yet. The 
original implementation was one ugly hack, so I'm glad I took that out.


On Tuesday, September 22, 2015 at 3:42:43 PM UTC+2, Jan Henning Thorsen 
wrote:
>
> Hey,
>
> I want to remove the support for "in memory assets" 
> from Mojolicious::Plugin::AssetPack.
>
> The reason I implemented it in the first place was to support building 
> assets for an application that was installed in a read-only directory. This 
> again meant that if the checksum logic or something else changed, the 
> application would fail to start up since it has nowhere to save the files.
>
> My plan forward now is that instead of supporting this, I want to be able 
> to freeze the asset name to output files so the process logic won't be 
> called, but using the mapping produced while developing the application 
> instead.
>
> This change will also remove a lot of lines of code and release a 
> complexity I don't really want to maintain.
>
>
> So... Is anyone using "in memory assets" functionality? If so, how long 
> before I can remove it? I do think no-one is actually aware of this 
> functionality, so I might just remove it without a warning even if it's not 
> documented as EXPERIMENTAL.
>
>
>
> Best regards,
> Jan Henning Thorsen, aka batman
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojolicious+unsubscr...@googlegroups.com.
To post to this group, send email to mojolicious@googlegroups.com.
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to