Dmitriy Shesterkin 9 years ago
parent b1b0c466a8
commit b7a228187f
  1. 2
      conf/docker/entrypoint_stage.sh
  2. 21
      src/dokumentor/static/js/profile/asset.js

@ -7,7 +7,7 @@ export ENV=stage
cd /opt/app
bower i
bower install --allow-root
# Collect static files
echo "Collect static files"

@ -1,3 +1,24 @@
/**
* Created by mitri4 on 23.06.17.
*/
$(document).ready(function() {
$uploadCrop = $('#stamp').croppie({
enableExif: true,
viewport: {
width: 200,
height: 200,
type: 'circle'
},
boundary: {
width: 300,
height: 300
}
});
});

Loading…
Cancel
Save