John Max
John Max

Reputation: 432

Jquery v2.1.3 sourceMappingURL pragmas is deprecated

I read a lot of articles about this issue and even downloaded the jquery source map into the same directory as jquery after reading this

sourceMappingURL from jquery generates 404 error in apache

. But I still have the same error

Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# instead

How can i fix that ?

Upvotes: 0

Views: 1025

Answers (1)

John Max
John Max

Reputation: 432

I downloaded the Jquery Map for that version and placed it in the same directory. After restarting, that problem was no more

Upvotes: 1

Related Questions