Skip to content

Commit

Permalink
Update static assets based on new cloudinary_js repository structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
tocker committed Jan 18, 2016
1 parent e75e182 commit 5cc46d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudinary/templates/cloudinary_includes.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script src="{% static "js/jquery.cloudinary.js" %}" type="text/javascript"></script>

{% if processing %}
<script src="{% static "js/load-image.min.js" %}" type="text/javascript"></script>
<script src="{% static "js/load-image.all.min.js" %}" type="text/javascript"></script>
<script src="{% static "js/canvas-to-blob.min.js" %}" type="text/javascript"></script>
<script src="{% static "js/jquery.fileupload-process.js" %}" type="text/javascript"></script>
<script src="{% static "js/jquery.fileupload-image.js" %}" type="text/javascript"></script>
Expand Down
2 changes: 1 addition & 1 deletion prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
/bin/rm -rf cloudinary/static
mkdir -p cloudinary/static
cd cloudinary/static
curl -L https://github.com/cloudinary/cloudinary_js/tarball/master | tar zxvf - --strip=1 --exclude README.md --exclude test --exclude samples
curl -L https://github.com/cloudinary/cloudinary_js/tarball/master | tar zxvf - --strip=1 --exclude test '*/html' '*/js'

0 comments on commit 5cc46d5

Please sign in to comment.