This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

javacrusader12516
javacrusader12516

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

javacrusader12516
javacrusader12516

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

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.