Skip to content
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.

Commit

Permalink
Remove Dropzone sed and copy parts. New Dropzone doesn't use these re…
Browse files Browse the repository at this point in the history
…sources.
  • Loading branch information
thet committed May 5, 2015
1 parent f5164cd commit 9351608
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
10 changes: 9 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
Changelog
=========

v2.1.8 - unreleased
-------------------

- Remove Dropzone sed and copy parts. New Dropzone doesn't use these resources.
[thet]


v2.1.7 - 2015-04-01
-------------------

- upgrade to patternslib 2.0.9 to fix install error
- Upgrade to patternslib 2.0.9 to fix install error.
[vangheem]


v2.1.6 - 2015-03-31
Expand Down
9 changes: 0 additions & 9 deletions js/grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@
rename: function(dest, src) { return dest + name + '-select2-' + src; }},
{ expand: true, cwd: 'bower_components/select2/', src: 'select2*.gif', dest: bundleOptions.path,
rename: function(dest, src) { return dest + name + '-select2-' + src; }},
// DROPZONE
{ expand: true, cwd: 'bower_components/dropzone/downloads/images/', src: 'spritemap*', dest: bundleOptions.path,
rename: function(dest, src) { return dest + name + '-dropzone-' + src; }}
]);
}
},
Expand Down Expand Up @@ -181,12 +178,6 @@
pattern: 'url\\(\'?img/object.gif\'?',
replacement: 'url(\'' + bundleOptions.url + '-tinymce-img-object.gif\''
};
// DROPZONE
this.gruntConfig.sed[name + '-dropzone-spritemap'] = {
path: bundleOptions.path + name + '.min.css',
pattern: 'url\\("../images/spritemap',
replacement: 'url("' + bundleOptions.url + '-dropzone-spritemap'
};
// SELECT2
this.gruntConfig.sed[name + '-select2-images'] = {
path: bundleOptions.path + name + '.min.css',
Expand Down

0 comments on commit 9351608

Please sign in to comment.