Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit 693ebc5

Browse files
committed
Remove unneeded variable
1 parent e986c70 commit 693ebc5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/transpile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env ruby
22

3-
ENGINE_ROOT = File.expand_path('..', __dir__)
43
DIST_PATH = File.expand_path('../dist/modules', __dir__)
54
JAVASCRIPT_SOURCE_PATH = File.expand_path('../app/frontend/action_text_syntax_highlighter/javascript/*.js', __dir__)
65
CSS_SOURCE_PATH = File.expand_path('../app/frontend/action_text_syntax_highlighter/css/*.css', __dir__)

0 commit comments

Comments
 (0)