Commit b67f07af by cahrens

Move main_requirejs to live with the requirejs files.

parent a099ff86
......@@ -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
......
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