We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8bdd25 + a6a787b commit ac8dc20Copy full SHA for ac8dc20
CONTRIBUTING.md
@@ -5,10 +5,10 @@
5
## for fixes
6
7
1. This is for a fix or a patch for a found bug
8
-- Fork this project and install the packages with npm
+- Fork this project and install the packages with npm and bower
9
10
```
11
- npm install
+ npm install && npm run bower install
12
13
- Create a new patch branch
14
- Code code code and amend the file `src/angular-pdf.js`
package.json
@@ -35,8 +35,8 @@
35
"phantomjs-prebuilt": "^2.1.4"
36
},
37
"scripts": {
38
+ "bower": "bower",
39
"build": "grunt",
- "postinstall": "bower install",
40
"start": "http-server ./example -p 8081",
41
"test": "grunt --verbose"
42
}
0 commit comments