Skip to content
This repository was archived by the owner on Dec 16, 2019. It is now read-only.

Commit 49f416f

Browse files
committed
Update README.md
1 parent 98c3631 commit 49f416f

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,7 @@ See the `gh-pages` branch, files `bower.json` and `index.html` for a full exampl
2929
See the `js-dropdown-multiselect.js` file top comments for usage examples and documentation
3030
https://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`
5035
5. (optional) register bower component

0 commit comments

Comments
 (0)