Andrew Stoker

Results 39 comments of Andrew Stoker

Noticed the tags of this removed the `browser-esbuild` and changed to just the `browser`. Pretty sure this error is just with the `browser-esbuild` option though. The regular `browser` setup uses...

I'm wondering if there's just a typo there, as with webpack builds what you're describing works (with a little tweak). For example, this works perfectly fine with the webpack builds...

Ah, thanks for clarifying the `exports` entry, forgot about that. However, with that being said, font-awesome doesn't have an `exports` entry in their package json. Nor can we always assume...

My oversight, I was looking for `exports` 😄 Regardless, the issue here is about handling urls, and isn't a webpack issue but rather an esbuild issue.

If I may breath some life into this issue, the problem reported comes from line 93 (pretty sure)(https://github.com/floridoo/concat-with-sourcemaps/blob/master/index.js#L93) ``` javascript this._sourceMap.addMapping({ generated: { line: this.lineOffset + i, column: (i ===...

Example: ![screen shot 2016-10-25 at 4 19 42 pm](https://cloud.githubusercontent.com/assets/2907279/19702677/ba8fd23c-9ace-11e6-843b-cc0d504954a7.png)

Since the pull request to fix the issue has been sitting untouched for months, a fork has been made with the fix. See details here: https://github.com/bessdsv/karma-jasmine-jquery/pull/10 Branch here: https://github.com/AStoker/karma-jasmine-jquery/ Via...

@Fanalea , that would only change the class. The issue here isn't exactly about setting the class dynamically, but rather setting the type, or an attribute dynamically.

You don't need to bring in Bower as a dependency. If you list the dependencies you need (such as jQuery and jasmine-jquery) in the package config (as well as the...