hari/assets

Assets module help you to move your `index.php` file of Process Wire CMS to any part you like.

Installs: 19

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 1

Type:pw-module

dev-master 2013-11-21 08:46 UTC

This package is auto-updated.

Last update: 2024-04-07 20:15:39 UTC


README

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.

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)

Known Issues

The file /wire/modules/Jquery/JqueryTableSorter/JqueryTableSorter.js is encrypted data.

So the mimetype detect it as http://www.mime-type.net/application/x-elc/, so is not served.

These modules are provided in core of Processwire, so are marked as exceptional cases.

'/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.

Other media types

We may need to add other media types like mp3, mp4, audio etc.

Thanks

Special thanks to Paul M Jones and Aura PHP

Some parts of the code are from Aura.Framework and Aura.View

Aura is a collection of libraries to build your own framework.