grunt fails with following error:
Running "jshint:files" (jshint) task
20 files lint free.
Running "requirejs:dist" (requirejs) task
Error: ENOENT, no such file or directory '/tmp/popcorntime-smarttv/src/app/others/Cache.js'
In module tree:
AppInit
App
providers/Scrapers
providers/Ysubs
{ [Error: Error: ENOENT, no such file or directory '/tmp/popcorntime-smarttv/src/app/others/Cache.js'
In module tree:
AppInit
App
providers/Scrapers
providers/Ysubs
at Object.fs.openSync (fs.js:439:18)
]
originalError:
{ [Error: ENOENT, no such file or directory '/tmp/popcorntime-smarttv/src/app/others/Cache.js']
errno: 34,
code: 'ENOENT',
path: '/tmp/popcorntime-smarttv/src/app/others/Cache.js',
syscall: 'open',
fileName: '/tmp/popcorntime-smarttv/src/app/others/Cache.js',
moduleTree: [ 'providers/Ysubs', 'providers/Scrapers', 'App', 'AppInit' ] } }
renaming 'cache.js' to ''Cache.js' resolves this issue
grunt fails with following error: Running "jshint:files" (jshint) task
Running "requirejs:dist" (requirejs) task Error: ENOENT, no such file or directory '/tmp/popcorntime-smarttv/src/app/others/Cache.js' In module tree: AppInit App providers/Scrapers providers/Ysubs
{ [Error: Error: ENOENT, no such file or directory '/tmp/popcorntime-smarttv/src/app/others/Cache.js' In module tree: AppInit App providers/Scrapers providers/Ysubs
] originalError: { [Error: ENOENT, no such file or directory '/tmp/popcorntime-smarttv/src/app/others/Cache.js'] errno: 34, code: 'ENOENT', path: '/tmp/popcorntime-smarttv/src/app/others/Cache.js', syscall: 'open', fileName: '/tmp/popcorntime-smarttv/src/app/others/Cache.js', moduleTree: [ 'providers/Ysubs', 'providers/Scrapers', 'App', 'AppInit' ] } }
renaming 'cache.js' to ''Cache.js' resolves this issue