Skip to content

Commit

Permalink
Merge pull request #19 from retlehs/patch-1
Browse files Browse the repository at this point in the history
Update example plugin path
  • Loading branch information
austinpray committed Feb 24, 2015
2 parents f17651b + c2e9414 commit 65b4909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions help/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ A more extensive `manifest.json` follows.
"scripts/main.js"
],
"vendor": [
"../plugins/example-plugin/assets/plugin.js"
"../../plugins/example-plugin/assets/plugin.js"
],
"main": true
},
"main.css": {
"files": "styles/main.less",
"vendor": [
"../plugins/example-plugin/assets/style.css"
"../../plugins/example-plugin/assets/style.css"
],
"main": true
},
Expand Down

0 comments on commit 65b4909

Please sign in to comment.