rstacruz / flatdoc

Build sites fast from Markdown
http://ricostacruz.com/flatdoc
2.68k stars 262 forks source link

flatdoc in production does not work #52

Open penchiang opened 9 years ago

penchiang commented 9 years ago

When using the flatdoc with MEAN stack in the development and test environment, it works well. However, it does not work in the production environment. Nothing in the .md file got displayed. I am wondering if someone has the similar problem.

zencd commented 9 years ago

Flatdoc is just a html/js engine - if it does not work on a certain environment then you should check the server's settings. Open the developer console in Chrome/Firefox, then watch which resources failed to load. Look at javascript console also.