Skip to content

Commit

Permalink
rename plugins -> modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Hunt committed May 27, 2015
1 parent a82e2c4 commit edb447b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/common/resources/directories.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports.get = function (api, app, config) {
if (extension && extension.getResourceDirectories) {
extension.getResourceDirectories(api, app, config)
.map(function (directory) {
var target = path.join('plugins', module.name, directory.target);
var target = path.join('modules', module.name, directory.target);
builder.add(directory.src, target);
});
}
Expand Down

0 comments on commit edb447b

Please sign in to comment.