Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
* text=auto

# Custom for Visual Studio
*.cs diff=csharp
*.cs diff=csharp

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ test/.project
test/userlib/
test/.classpath
test/.project
test/GPUCache/
*.launch
*.tmp
*.lock
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ module.exports = function (grunt) {
grunt.registerTask(
"default",
"Watches for changes and automatically creates an MPK file, as well as copying the changes to your deployment folder",
[ "watch" ]
[ "clean build", "watch" ]
);

grunt.registerTask(
Expand Down
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,14 @@ Credits to: http://www.dropzonejs.com/
**Description**

Upload multiple images or filedocuments on a canvas an upload them together. All processed files are marked with a tick-box, errors with a red cross.

**History**

Update 3.0.2: css loading on linux and Mendix cloud

**Typical usage scenario**

Upload multiple images or documents

**Dependencies**

Mendix 6.x
Mendix 7.x

**Configuration**

Expand Down Expand Up @@ -59,12 +55,4 @@ Update 3.0.2: css loading on linux and Mendix cloud

**Frequently Asked Questions**



Ask your question at the Mendix Community [*Forum*](https://mxforum.mendix.com/)



- None
-
> Written with [StackEdit](https://stackedit.io/).
Ask your question at the Mendix Community [*Forum*](https://mxforum.mendix.com/)
Binary file modified dist/DropZone.mpk
Binary file not shown.
Loading