Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Good Theme missing Js


Hi,

When I run the demo page Index.html and I press F12 on Google Chrome, I got this erros:

"DevTools failed to load source map: Could not load content for file:///C:/Users/XXXXXX/Downloads/good_html_v1.0.3-2/good_html_v1.0.3/theme/dist/assets/plugins/global/toastr.js.map: System error: net::ERR_FILE_NOT_FOUND"

"DevTools failed to load source map: Could not load content for file:///C:/Users/XXXXX/Downloads/good_html_v1.0.3-2/good_html_v1.0.3/theme/dist/assets/plugins/global/sourcemaps/tiny-slider.css.map: System error: net::ERR_FILE_NOT_FOUND"

I already added the teme on my .Net Core MVC project and I receive same errors.

I have implemented a global error catching system on my project and debugging I am receiving 404 error each time.

¿How can I solve this?

Thanks


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (3)


Hi,

We will fix it in the next updates. As a workaround, please follow this step.

Replace this file; tools/gulp.config.js with the below file.
https://gist.github.com/KeenthemesHub/0e1e25b7063ec6f3f45515cc2c078c61

tools/gulp/helpers.js
https://gist.github.com/KeenthemesHub/671e0a3aec71ddbb8dbdd2cb71ae7b95

In the tools folder, run this command.

yarn add --dev gulp-remove-sourcemaps


Then run the gulp build command as usual.

Thanks



Working. ¡Thank you!



Glad it worked. Feel free to let us know if you need more help.

Thanks


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(