CoffeeScript tests migration: Rename files
Step 1 in our migration steps is to rename the CoffeeScript files to the JS files they will be replaced with, so that we can preserve file history.
This commit is contained in:
committed by
Calen Pennington
parent
aa0377b01e
commit
5c64da2f63
1
cms/static/coffee/.gitignore
vendored
1
cms/static/coffee/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
*.js
|
||||
@@ -1,4 +0,0 @@
|
||||
test_problem_display.js
|
||||
test_problem_generator.js
|
||||
test_problem_grader.js
|
||||
xproblem.js
|
||||
10
common/lib/xmodule/xmodule/js/spec/.gitignore
vendored
10
common/lib/xmodule/xmodule/js/spec/.gitignore
vendored
@@ -1,10 +0,0 @@
|
||||
*.js
|
||||
|
||||
# Tests for video are written in pure JavaScript.
|
||||
!video/*.js
|
||||
|
||||
# Tests for Time are written in pure JavaScript.
|
||||
!time_spec.js
|
||||
!collapsible_spec.js
|
||||
!xmodule_spec.js
|
||||
!sequence/display_spec.js
|
||||
1
common/static/coffee/spec/.gitignore
vendored
1
common/static/coffee/spec/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
*.js
|
||||
1
lms/static/coffee/.gitignore
vendored
1
lms/static/coffee/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
*.js
|
||||
Reference in New Issue
Block a user