-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for custom MIME TYPES in karma.config.js #1735
Closed
comdiv opened this issue
Dec 1, 2015
· 0 comments
· May be fixed by saurabharch/HireDot2#2, saurabharch/Breezeblocks#2, saurabharch/reelcool#1, Omrisnyk/npm-lockfiles#122 or Omrisnyk/npm-lockfiles#132
Closed
Add support for custom MIME TYPES in karma.config.js #1735
comdiv opened this issue
Dec 1, 2015
· 0 comments
· May be fixed by saurabharch/HireDot2#2, saurabharch/Breezeblocks#2, saurabharch/reelcool#1, Omrisnyk/npm-lockfiles#122 or Omrisnyk/npm-lockfiles#132
Comments
comdiv
added a commit
to comdiv/karma
that referenced
this issue
Dec 1, 2015
comdiv
added a commit
to comdiv/karma
that referenced
this issue
Dec 1, 2015
comdiv
added a commit
to comdiv/karma
that referenced
this issue
Dec 1, 2015
comdiv
added a commit
to comdiv/karma
that referenced
this issue
Dec 1, 2015
Allows setup mimetype mapping for file extensions (for ex. fix *.ts mapping) Closes karma-runner#1735
comdiv
added a commit
to comdiv/karma
that referenced
this issue
Dec 1, 2015
comdiv
added a commit
to comdiv/karma
that referenced
this issue
Dec 1, 2015
comdiv
added a commit
to comdiv/karma
that referenced
this issue
Dec 1, 2015
Allows to setup required mime-type to extensions mapping (for ex. fix default *.ts to video/mp2t mapping) Closes karma-runner#1735
comdiv
added a commit
to comdiv/karma
that referenced
this issue
Dec 1, 2015
Allows to setup required mime-type to extensions mapping (for ex. fix default *.ts to video/mp2t mapping) Closes karma-runner#1735
comdiv
added a commit
to comdiv/karma
that referenced
this issue
Dec 2, 2015
Allows to setup required mime-type to extensions mapping (for ex. fix default *.ts to video/mp2t mapping) Closes karma-runner#1735
comdiv
added a commit
to comdiv/karma
that referenced
this issue
Dec 2, 2015
Allows to setup required mime-type to extensions mapping (for ex. fix default *.ts to video/mp2t mapping) Closes karma-runner#1735
comdiv
added a commit
to comdiv/karma
that referenced
this issue
Dec 2, 2015
Allows to setup required mime-type to extensions mapping (for ex. fix default *.ts to video/mp2t mapping) Closes karma-runner#1735
comdiv
added a commit
to comdiv/karma
that referenced
this issue
Dec 2, 2015
Allows to setup required mime-type to extensions mapping (for ex. fix default *.ts to video/mp2t mapping) Closes karma-runner#1735
comdiv
added a commit
to comdiv/karma
that referenced
this issue
Dec 2, 2015
Allows to setup required mime-type to extensions mapping (for ex. fix default *.ts to video/mp2t mapping) Closes karma-runner#1735
dignifiedquire
added a commit
that referenced
this issue
Jan 4, 2016
Mime config option support #1735 Fixed
15 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example - default mime.js maps
*.ts
isvideo\mp2t
.While we don't have to fix mime.js itself we should be able to provide ability to set mime explicitly in config.
Advice - use format close to mime.js:
Each property maps to mimetype and array value to extensions.
Have implement it myself. Pull request is coming
The text was updated successfully, but these errors were encountered: