diff --git a/.DS_Store b/.DS_Store index 7f1bd2b..735f0bb 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/Rakefile b/Rakefile index d00657c..4526309 100644 --- a/Rakefile +++ b/Rakefile @@ -3,7 +3,10 @@ require 'uglifier' task default: %w[build] task :build do - # puts system("browserify -t coffeeify browser.app.coffee > js/markdowntomla.js") + puts "browserifying" + puts system("browserify -t coffeeify browser.app.coffee > js/markdowntomla.js") + + puts "building minified self-contained index.html" html = File.read('index.html') bundled = html.split("\n").map{|line| if line =~ /\ MarkdowntoMLA.com + + + + + + + +