Commit da43f63c by David Ormsbee

adjust xmodule js path

parent e976c4aa
...@@ -68,7 +68,7 @@ var commonFiles = { ...@@ -68,7 +68,7 @@ var commonFiles = {
{pattern: 'coffee/src/**/!(*spec).js'}, {pattern: 'coffee/src/**/!(*spec).js'},
{pattern: 'common/js/**/!(*spec).js'}, {pattern: 'common/js/**/!(*spec).js'},
{pattern: 'js/**/!(*spec).js'}, {pattern: 'js/**/!(*spec).js'},
{pattern: 'xmodule_js/src/**/*.js'} {pattern: '../../common/lib/xmodule/xmodule/js/src/**/*.js'}
], ],
sourceFiles: [ sourceFiles: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment