subhaze / CSS-Extended

CSS Completions, LESS Completions, SCSS Completions
93 stars 15 forks source link

It's not working with minified css files #22

Closed zalog closed 10 years ago

zalog commented 10 years ago

In my minified css file, all data is written on one line :)

subhaze commented 10 years ago

Just tried on a custom minified file, one line, and latest bootstrap minified, one liner, and all worked.

Any more details that you can share?

zalog commented 10 years ago

This is my file: http://zalog.ro/temp/style.css I can give you a TeamViewer acces if you wish.

subhaze commented 10 years ago

This file works fine for me.

Steps taken:

zalog commented 10 years ago

It works, but only the first class :)

screenshot001

subhaze commented 10 years ago

OK, seems like it's a ST3 issue, today I was on ST2 and testing.

Next time include the OS, ST version, and any errors that are in the console.

I'll see if there is a work around but this plug-in depends on ST syntax files to parse the files and if ST bails on adding the scopes there's not much that can be done other than writing out regex's instead, which, is not a path I'm willing to go down.

zalog commented 10 years ago

I see, thank you for your time :)

subhaze commented 10 years ago

I've updated the develop branch to resolve this issue with ST3.

I'll be dog food testing dev this week and should, hopefully, have a release out the door soon after.

zalog commented 10 years ago

Thanks! :+1: