This repository was archived by the owner on Dec 16, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed
Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -29,22 +29,7 @@ See the `gh-pages` branch, files `bower.json` and `index.html` for a full exampl
2929See the ` js-dropdown-multiselect.js ` file top comments for usage examples and documentation
3030https://github.com/dotansimha/angularjs-dropdown-multiselect/blob/master/js-dropdown-multiselect.js
3131
32-
33- ## Development
34-
35- 1 . ` git checkout gh-pages `
36- 1. run `npm install && bower install`
37- 2. write your code then run `grunt`
38- 3. git commit your changes
39- 2 . copy over core files (.js and .css/.less for directives) to master branch
40- 1. `git checkout master`
41- 2. `git checkout gh-pages js-dropdown-multiselect.js js-dropdown-multiselect.min.js js-dropdown-multiselect.less js-dropdown-multiselect.css js-dropdown-multiselect.min.css`
42- 3 . update README, CHANGELOG, bower.json, and do any other final polishing to prepare for publishing
43- 1. git commit changes
44- 2. git tag with the version number, i.e. `git tag v1.0.0`
45- 4 . create github repo and push
46- 1. [if remote does not already exist or is incorrect] `git remote add origin [github url]`
47- 2. `git push origin master --tags` (want to push master branch first so it is the default on github)
32+ ush origin master --tags` (want to push master branch first so it is the default on github)
4833 3. ` git checkout gh-pages `
4934 4. ` git push origin gh-pages `
50355 . (optional) register bower component
You can’t perform that action at this time.
0 commit comments