Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pat/radiant-publican
Automatically copy Radiant extensions' public files on every load for the development environment
https://github.com/pat/radiant-publican
Last synced: 28 days ago
JSON representation
Automatically copy Radiant extensions' public files on every load for the development environment
- Host: GitHub
- URL: https://github.com/pat/radiant-publican
- Owner: pat
- License: mit
- Created: 2009-01-11T14:43:23.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2009-01-11T14:44:20.000Z (almost 16 years ago)
- Last Synced: 2023-04-09T05:11:54.599Z (over 1 year ago)
- Homepage:
- Size: 74.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. Publican
An extension influenced by the similar "Layout Layer":http://github.com/freelancing-god/radiant-layout-layer, this one copies any public files for all extensions on every page load in development mode only.
This is useful when you're developing other extensions which have public files (javascripts, stylesheets, etc), and you're regularly editing them and then have to run the rake task to update them _all_ the time.
It's the equivalent of running @rake radiant:extensions:update_all@ before every request.
h2. Who is Responsible?
This extension was written by "Pat Allan":http://freelancing-gods. If you have questions, comments, suggestions, criticisms and/or patches, you can either email pat at freelancing-gods dot com, hassle him on "Twitter":http://twitter.com/pat, or send a message via "GitHub":http://github.com/freelancing-god.