Skip to content

Commit

Permalink
Fix path to Livescript module
Browse files Browse the repository at this point in the history
  • Loading branch information
sgress454 authored and ctartist621 committed Feb 3, 2016
1 parent fcca694 commit 41179e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hooks/moduleloader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ module.exports = function(sails) {
{
extensions: ['ls'],
module: 'LiveScript',
require: 'LiveScript/index'
require: 'LiveScript'
}
];

Expand Down

0 comments on commit 41179e9

Please sign in to comment.