ruby on rails - ckeditor assets are precompilling at each capistrano deployment -


i have used rails 4.1, capistrano "2.15", ckeditor gems .

while deploying each time ckeditor files being precompiled .

i have set

ckeditor.setup |config|   config.assets_languages = ['en', 'fr']   config.assets_plugins = ['image', 'smiley'] end 

is there need set ?

thanks in advance

cp -p public/assets/ckeditor/filebrowser/images/gal_more-54fcc8b86e58e7c1c1cc043f32c5fbe7.gif public/assets/ckeditor/filebrowser/images/gal_more.gif  cp -p public/assets/ckeditor/filebrowser/images/thumbs/ckfnothumb-7e8c7fcbddcd0db1923649991a3234ac.gif public/assets/ckeditor/filebrowser/images/thumbs/ckfnothumb.gif  cp -p public/assets/ckeditor/filebrowser/images/thumbs/xlsx-c28d62bddfa353a5b2fa3642938cdd16.gif public/assets/ckeditor/filebrowser/images/thumbs/xlsx.gif  cp -p public/assets/ckeditor/filebrowser/images/thumbs/mpg-6d0b2d9ff3f72d2b7dc3cc3c75b08839.gif public/assets/ckeditor/filebrowser/images/thumbs/mpg.gif  cp -p public/assets/ckeditor/filebrowser/images/thumbs/gz-89f8f9b7bbe463dee3eeb45d067d0419.gif public/assets/ckeditor/filebrowser/images/thumbs/gz.gif  cp -p public/assets/ckeditor/filebrowser/images/thumbs/txt-06fcaae88a48515d65ab0b00f6cb7ca4.gif public/assets/ckeditor/filebrowser/images/thumbs/txt.gif  cp -p public/assets/ckeditor/filebrowser/images/thumbs/pdf-86514f2251b84ab7c3eaafab821f9799.gif public/assets/ckeditor/filebrowser/images/thumbs/pdf.gif 


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -