Max Peterson
Max Peterson
Hmm, nope. Same kind of error. ``` Failed to match sequence (ALL_SPACE (KEY_GROUP / KEY_VALUE / COMMENT_LINE){0, } ALL_SPACE) at line 10 char 1. `- Don't know what to do...
Here is a potential fix: https://github.com/computmaxer/wallop/commit/940574a1c4bc15d552c174f5fdcbd0b8ffade045 I defined the channel logos like this: ``` 5_1 = "abc.png" 8_1 = "cbs.png" 13_1 = "nbc.png" 17_1 = "fox.png" ``` and then simply...
Yeah I definitely agree. I'll also try to think of other solutions. I tried starting each line with a letter, like `channel_5.1` but it still chokes on the decimal point.
What other karma plugins are you using alongside `karma-jspm`?
How are you attempting to import them? Based on what you have here I would guess that you need to add any files that you're loading to `serveFiles`, e.g. ```...
@xoceunder Could you clarify your issue?
I am also getting "Individual stylesheets must be in the sass directory." Think it might be an issue with a newer version of compass
I have a patch working for this issue here: https://github.com/dart-lang/pub/compare/master...computmaxer:github-version-ranges However, I need to add/update tests. The README says to use `pub run test`, but the project isn't using the...