Remove cms/static/coffee/fixtures symlink.
FEDX-458. Part of the static files symlink cleanup.
This commit is contained in:
@@ -226,7 +226,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
jasmine.getFixtures().fixturesPath += 'coffee/fixtures';
|
||||
jasmine.getFixtures().fixturesPath = '/base/templates';
|
||||
|
||||
testFiles = [
|
||||
'cms/js/spec/main_spec',
|
||||
|
||||
@@ -182,7 +182,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
jasmine.getFixtures().fixturesPath += 'coffee/fixtures';
|
||||
jasmine.getFixtures().fixturesPath = '/base/templates';
|
||||
|
||||
testFiles = [
|
||||
'coffee/spec/views/assets_spec',
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
../../templates/js/
|
||||
@@ -34,7 +34,7 @@ var options = {
|
||||
],
|
||||
|
||||
fixtureFiles: [
|
||||
{pattern: 'coffee/fixtures/**/*.underscore'},
|
||||
{pattern: '../templates/js/**/*.underscore'},
|
||||
{pattern: 'templates/**/*.underscore'}
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user