Skip to content

Commit

Permalink
Fix theme path #2101
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Apr 13, 2015
1 parent d6e0ccb commit 13303c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ module.exports = function () {
lessImport : folders.lessImport,
tasks : folders.tasks,
theme : folders.themes,
defaultTheme : folders.defaultTheme,
defaultTheme : path.join(folders.themes, folders.defaultTheme),
themeImport : folders.themeImport
});

Expand Down

0 comments on commit 13303c0

Please sign in to comment.