Move cropper.js to vendor folder

This commit is contained in:
Alfredo Sumaran 2016-03-23 11:54:04 -05:00
parent 444e92f400
commit 3bab5976c0
2 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@
#= require jquery.nicescroll
#= require_tree .
#= require fuzzaldrin-plus
#= require cropper
window.slugify = (text) ->
text.replace(/[^-a-zA-Z0-9]+/g, '_').toLowerCase()