summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-08-12 12:44:14 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-08-12 16:09:38 +0200
commitaba26d9e9aef9b8235873bb9182c1d9e1eb13669 (patch)
tree3e2a8869de7efaa60a0083eea8d1a2a068fbf296 /Rakefile
parent6e5548ef9a522dfc9705d552a7444eeb613ac31f (diff)
Change JS dest directory from js/ to dist/
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 54fd891..438e67c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -34,7 +34,7 @@ namespace :build do
builder.append_paths 'lib'
builder.build 'asciidoctor/interdoc_reftext'
- out_file = 'js/asciidoctor-interdoc-reftext.js'
+ out_file = 'dist/asciidoctor-interdoc-reftext.js'
mkdir_p(File.dirname(out_file), verbose: false)
File.open(out_file, 'w') do |file|