Skip to content
Jure Žnidarec edited this page Jul 17, 2020 · 1 revision
  1. Remove databox-select2 directory from webapp/node-modules
  2. Git clone this repo into node-modules
  3. Make some code changes
  4. Remove test and lint from Gruntfile, this line: grunt.registerTask('default', ['compile', 'test', 'lint', 'minify']);
  5. Run grunt
  6. After that revert changes at Gruntfile.js or dont stage it
  7. Make new branch - first commit changes, after that commit dist changes
  8. Make PR with base of databox/select2 and choose master branch
  9. Merge it (after review) and make release from master branch
  10. Go to webapp dir and clear cloned directory of repo in node_modules
  11. Update version of databox-select2 in webapp package.json and run npm
Clone this wiki locally