Skip to content

Commit

Permalink
Fix path to Livescript module
Browse files Browse the repository at this point in the history
refs #3017, #2599
  • Loading branch information
sgress454 committed Jun 29, 2015
1 parent 636284e commit cc39522
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 cc39522

Please sign in to comment.