Open dgautier opened 10 years ago
It could be useful to have some information about configuring karma to allow html files to be served.
After a few searches, i found out that : {pattern: '**/*.html', watched: true, included: false, served: true} and preprocessors: { "**/*.html": [] },
{pattern: '**/*.html', watched: true, included: false, served: true}
preprocessors: { "**/*.html": [] },
Make it works, (not sure about that cause i also had to copy dojo has a local lib)
Thanks to https://github.com/karma-runner/karma/issues/756
It could be useful to have some information about configuring karma to allow html files to be served.
After a few searches, i found out that :
{pattern: '**/*.html', watched: true, included: false, served: true}
andpreprocessors: { "**/*.html": [] },
Make it works, (not sure about that cause i also had to copy dojo has a local lib)
Thanks to https://github.com/karma-runner/karma/issues/756