CatalystCode / bot-graph-dialog

graph-bot-dialog
MIT License
32 stars 15 forks source link

Linux file names are case sensitive #41

Open medicareamaze opened 6 years ago

medicareamaze commented 6 years ago

In linux, this does not work. We get "Module not found " error when we Require Common,ConditionHandler and IntentScore. This is because the file names are lowercase but the Require is uppercase (first Character). Can we please change the file names to upper case?

Folder ->bot-graph-dialog/lib/ common.js ->Common.js conditionHandler.js -> ConditionHandler.js intentScore.js -> IntentScore.js