Move main_requirejs to live with the requirejs files.

This commit is contained in:
cahrens
2015-10-15 11:19:27 -04:00
parent a099ff86e5
commit b67f07afc1
2 changed files with 1 additions and 2 deletions

View File

@@ -54,7 +54,6 @@ src_paths:
# Paths to spec (test) JavaScript files
spec_paths:
- common/js/spec
- js/spec/main_requirejs.js
# Paths to fixture files (optional)
# The fixture path will be set automatically when using jasmine-jquery.
@@ -70,7 +69,7 @@ fixture_paths:
requirejs:
paths:
main: js/spec/main_requirejs
main: common/js/spec/main_requirejs
# Because require.js is responsible for loading all dependencies, we exclude
# all files from being included in <script> tags