This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
I want to integrate SPA based on knockout and coffee script with October. But i cant upload my *.coffee files to assets in CMS! Could anybody help me, plz?
Last updated
Solution founded. Append to the end of the file - october/config/cms.php such strings
line - for additional adding *.coffee files to assets :
'allowedAssetTypes' => ['jpg','jpeg', 'bmp','png','gif','css','js','woff','svg','ttf','eot','json','md','less','sass','scss','coffee'],
also line - for edit *.coffee files if necessary :
'editableAssetTypes' => ['css','js','less','sass','scss','coffee'],
Last updated
1-2 of 2