David Sichau

Results 19 comments of David Sichau

I do not know if there is really a way to import static assets from a module. Maybe we should ask this on the official meteor forum. This might be...

Static Assets are not included on default. But they are available to be included either direct or be loaded as a module. The problem is that often external libraries as...

What do you mean with dumping all CodeMirror code to the client? Should be all js and css loaded. But how to choose then which css and extensions should be...

The problem is that the npm package of codemirror ships without these dependencies. It only contains the main js file and the css style sheet: https://github.com/codemirror/CodeMirror/blob/master/package.json#L4-L9 I do not have...

@edemaine For me it would be helpful if you could make an example repo, where you show me the actual problem you want to solve, and how you solve it...

I now understand your problem but I have not the knowledge how to solve it. The Problem is that the codemirror files are added as static assets, e.g., they can...

With the dictionary from: https://github.com/wooorm/dictionaries/tree/master/dictionaries I do not see this error.

Using Meteor 1.2.0.2 I see the same error.

Simply pass your local url as source: ``` ```