Assets for Process Wire
Assets module help you to move your index.php
file of Process Wire
CMS to any part you like. The images, css, js etc will be served via
assets for the first time., (*1)
On the next time, the requested file will be served by apache for it
will be in your document root. ( Assets module will try to copy the
file to the document root on the first request), (*2)
Known Issues
The file /wire/modules/Jquery/JqueryTableSorter/JqueryTableSorter.js
is encrypted data., (*3)
So the mimetype detect it as http://www.mime-type.net/application/x-elc/,
so is not served., (*4)
These modules are provided in core of Processwire, so are marked as exceptional cases., (*5)
'/wire/modules/Jquery/JqueryTableSorter/JqueryTableSorter.js'
You want to give appropriate permissions for the assets to write the css
,
images
and js
in the web
root folder., (*6)
We may need to add other media types like mp3, mp4, audio etc., (*7)
Thanks
Special thanks to Paul M Jones and
Aura PHP, (*8)
Some parts of the code are from
Aura.Framework
and Aura.View, (*9)
Aura is a collection of libraries to build your own framework., (*10)