Can we encrypt, a compressed java script file in rails application?

48 Views Asked by At

I have created a compressed(.js) file by using "Uglifier" in rails production.rb file. However i needs to encrypt this compressed file. Is there any gem or configuration to fulfill this task?

Nothing found any thing helpful.

config.assets.js_compressor = :uglifier
0

There are 0 best solutions below