ryanjohns / passmaster

Host-Proof password storage using client-side AES-256 encryption.
https://passmaster.io
GNU General Public License v3.0
10 stars 4 forks source link

Don't minify javascript and CSS #1

Closed jamoes closed 10 years ago

jamoes commented 10 years ago

No longer minify javascript and CSS. This should make it easier to view source and see that the JS being served is legit. Also removes gem dependencies on ugliifier and yui-compressor.

ryanjohns commented 10 years ago

Awesome, thanks!