lib/aladdin/constants.rb in aladdin-0.0.8 vs lib/aladdin/constants.rb in aladdin-0.1.0.pre

- old
+ new

@@ -13,27 +13,9 @@ }.to_struct.freeze # Paths to different types of views. VIEWS = { haml: File.expand_path('views/haml', root), - scss: File.expand_path('views/scss', root), default: File.expand_path('views', root) - } - - require 'tmpdir' - # @todo TODO allow configuration? - DATA_DIR = Dir.tmpdir - - # File extension for solution files. - SOLUTION_EXT = '.sol' - - # Markdown extensions for Redcarpet - MARKDOWN_EXTENSIONS = { - no_intra_emphasis: true, - tables: true, - fenced_code_blocks: true, - autolink: true, - strikethrough: true, - tables: true, } end