Hello. Your module is very useful, I'm using it for Drupal 6 and 7.
Can you add filesystem asset store mode only? It's very useful when you use version control.

Comments

cainrus’s picture

Component: Miscellaneous » Code
Status: Active » Needs review
StatusFileSize
new2.96 KB

Hello, I have created a patch for that feature.
I have added radiobox "File store mode" for cpn settings page. If you set active radio to "filesystem mode", then you will be able to edit assets with ide or text editor, cpn will load js/css files from filesystem(not from db) on block/node edit pages. My patch helped me to use version control for cpn generated files(no overwrite for manualy edited with ide files after resaving node/block).

cainrus’s picture

comment was fixed

damienmckenna’s picture

Status: Needs review » Needs work

Needs to be rerolled, and updated to match the Drupal coding standards.