Metric / Less-Compile

Less Compile auto-compiles .less files on save for the Atom editor
MIT License
3 stars 3 forks source link

Package.getActivationCommands is deprecated. #5

Closed keeper32 closed 9 years ago

keeper32 commented 9 years ago

Use activationCommands instead of activationEvents in your package.json Commands should be grouped by selector as follows:

  "activationCommands": {
    "atom-workspace": ["foo:bar", "foo:baz"],
    "atom-text-editor": ["foo:quux"]
  }
Package.getActivationCommands (C:\Users\marcelo.nunes\AppData\Local\atom\app-0.196.0\resources\app.asar\src\package.js:790:9)
Package.hasActivationCommands (C:\Users\marcelo.nunes\AppData\Local\atom\app-0.196.0\resources\app.asar\src\package.js:715:20)
<unknown> (C:\Users\marcelo.nunes\AppData\Local\atom\app-0.196.0\resources\app.asar\src\package.js:169:24)
Package.measure (C:\Users\marcelo.nunes\AppData\Local\atom\app-0.196.0\resources\app.asar\src\package.js:147:15)
smiffy6969 commented 9 years ago

Hi,

Is this package still being maintained? this is still an issue.

kind regards

Paul

Metric commented 9 years ago

I have already fixed it on the local build. I just haven't uploaded it yet to apm / github.

On Mon, Aug 10, 2015 at 1:37 AM, Paul Smith notifications@github.com wrote:

Hi,

Is this package still being maintained? this is still an issue.

kind regards

Paul

— Reply to this email directly or view it on GitHub https://github.com/Metric/Less-Compile/issues/5#issuecomment-129323160.

smiffy6969 commented 9 years ago

ahh ok, just seen this issue for quite some months now and wondered, thanks a lot.

Metric commented 9 years ago

Alright, there should be a package update now through atom that fixes this issue.