@swimlane/dragula

v3.8.0
Drag and drop so simple it hurts

lint

jshint . --reporter node_modules/jshint-stylish/index.js

sync

git checkout gh-pages ; git merge master ; git push ; git checkout master

test

npm run lint && browserify test/*.js | tape-run

build

npm run scripts && npm run styles

start

watchify -dvo example/example.min.js example/example.js & watchify -dvs dragula -o dist/dragula.js dragula.js & stylus -w dragula.styl --import node_modules/nib -o dist

deploy

npm run build && npm run deployment && npm run sync

styles

stylus dragula.styl --import node_modules/nib -o dist && cleancss dist/dragula.css -o dist/dragula.min.css

scripts

jshint . && browserify -s dragula -do dist/dragula.js dragula.js && uglifyjs -m -c -o dist/dragula.min.js dist/dragula.js

deployment

git add dist && npm version ${BUMP:-"patch"} --no-git-tag-version && git add package.json && git commit -am "Autogenerated pre-deployment commit" && bower version ${BUMP:-"patch"} && git reset HEAD~2 && git add . && git commit -am "Release $(cat package.json | jq -r .version)" && git push --tags && npm publish && git push

test-watch

hihat test/*.js -p tap-dev-tool

deploy-react

cd ../react-dragula ; git pull ; npm i -S dragula@* ; git commit package.json -m 'bumped dragula version'; npm run deploy

deploy-angular

cd ../angularjs-dragula ; git pull ; npm i -S dragula@* ; git commit package.json -m 'bumped dragula version'; npm run deploy

deploy-plugins

npm run deploy-react ; npm run deploy-angular ; cd ../dragula
npm i @swimlane/dragula

Metadata

  • MIT
  • Whatever
  • Nicolas Bevacqua
  • released 4/18/2019

Downloads