Package assets (#1493)

* Package static assets
* Fixed cancel button in editor
* Fix rake compilation task
* Add asset path helper
* Serve MathJax statically
* Fix mathjax in preview
This commit is contained in:
Dawa Ometto
2020-03-24 15:55:28 +01:00
committed by GitHub
parent d5970d6274
commit a45101cfe9
695 changed files with 118 additions and 40 deletions
+4
View File
@@ -18,6 +18,10 @@ module Precious
def page_name
@name
end
def mathjax
@mathjax
end
def header
if @header.nil?