File tree 2 files changed +16
-9
lines changed
2 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 1
- Contribute and share :)
1
+ # Contribute and share
2
2
3
- 1 . Fork this project
4
- 1 . Create a new feature/patch branch
5
- 1 . Code code code
6
- 1 . run ` grunt ` to ensure the [ build] ( https://travis-ci.org/sayanee/angularjs-pdf ) will pass
7
- 1 . Write a [ good commit message] ( http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html )
8
- 1 . [ Pull request] ( https://help.github.com/articles/using-pull-requests ) using the new feature/patch branch
9
- 1 . Ensure the [ Travis build] ( https://travis-ci.org/webuildsg/webuild ) passes
3
+ 1 . Fork this project and install the packages
4
+
5
+ ```
6
+ bower install
7
+ npm install
8
+ ```
9
+ - Create a new feature/patch branch
10
+ - Code code code and amend the ` example ` folder
11
+ - Run ` grunt ` to create the build files in folder ` dist `
12
+ - Code code code
13
+ - Run ` grunt check ` to ensure the [ build] ( https://travis-ci.org/sayanee/angularjs-pdf ) will pass
14
+ - Write a [ good commit message] ( http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html )
15
+ - [ Pull request] ( https://help.github.com/articles/using-pull-requests ) using the new feature/patch branch
16
+ - Ensure the [ Travis build] ( https://travis-ci.org/webuildsg/webuild ) passes
Original file line number Diff line number Diff line change 7
7
"homepage" : " https://github.com/sayanee/angularjs-pdf" ,
8
8
"dependencies" : {
9
9
"angular-latest" : " 1.2.25" ,
10
- "pdfjs-dist" : " 1.0.89 "
10
+ "pdfjs-dist" : " 1.0.833 "
11
11
}
12
12
}
You can’t perform that action at this time.
0 commit comments