javascript - requireJs can not find modules when running on travis -


i trying use requirejs first time in javascript project. have written test cases in jasmine , using grunt run them. working fine on local machine when deploy same on travis. requirejs not able resolve module dependencies , throwing errors.

  error: scripterror: illegal path or script error: ['listmodel'] 

project url: https://github.com/metanitesh/js.jquery.metalist

travis build: https://travis-ci.org/metanitesh/js.jquery.metalist

i using mac development, , named files in camelcase notation. guess problem case insensitive nature of mac osx, travis not able read these files.

i renamed files in lowercase , it's working fine.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -