Giter VIP home page Giter VIP logo

dropzonejs's Introduction

dropzone packages

(from http://dropzonejs.com)

this is a repo to hold different versions of dropzone you may need and also to make them available for the application as default

Quick setup for new versions

- git checkout master
- git checkout -b v1-2-3 (Your new version to add or check for
  existing: git branch -a)
- download your version somewhere
- mkdir v1.2.3
- cd v1.2.3/
- Place your new files here
- git add --all
- git commit -m 'Adds version v1.2.3'
- git push
- done!
- Make application wide available?
- git checkout packages
- git merge v1.2.3
- git push
- done!

Dropzone ready to run files

Downloaded from dropzone.com and set to the "packages" branch.

Checkout the single version (branch) you need or create a new branch starting at the master branch and add your version as follow git co master git co -b myNewVersion (eg. v3-1-2; branches with slashes, folders with dots) mkdir ./v3.1.2/ and put your files here ./v3.1.2/*

The master branch should only contain the README to guide you/ developers, the "packages" branch contains all versions to be used (old and new once to always have a fallback if older applications are not upgraded!). The versions branches to modify for bug or improvements or to use just as single branch for other projects.

if you need your version application wide? then merge your version to the "packages" branch. NEVER to the master! at any time you should merge this readme to your branch to also get updated informations

Example:

Packages branch

./v1.8.3/_some_files_of_version_1.8.3
./v2.0.0-Beta/_some_files_of_version_v2.0.0-Beta
./README.txt <- this readme

Changelog

Adds version 4.3.0
Adds version 5.1.1

dropzonejs's People

Contributors

flobee avatar

Watchers

James Cloos avatar  avatar

Forkers

agiqs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.