We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2daae12 commit 8dc7663Copy full SHA for 8dc7663
…/assets/javascripts/editor/editor.js.erb app/assets/javascripts/editor/editor.jsapp/assets/javascripts/editor/editor.js.erb renamed to app/assets/javascripts/editor/editor.js
@@ -1,9 +1,3 @@
1
-// Note: Directives are only processed if they come before any application code.
2
-// Once you have a line that does not include a comment or whitespace then Sprockets will stop looking for directives.
3
-// If you use a directive outside of the "header" of the document it will not do anything, and won't raise any errors.
4
-// <% config_file = CodeOcean::Config.new(:code_ocean, erb: false) %>
5
-//= depend_on <%= config_file.path.basename %>
6
-
7
var CodeOceanEditor = {
8
THEME: window.getCurrentTheme() === 'dark' ? 'ace/theme/tomorrow_night' : 'ace/theme/tomorrow',
9
0 commit comments