GithubHelp home page GithubHelp logo

Comments (4)

kokarn avatar kokarn commented on June 28, 2024

I'd say even looking at copying the whole package and rolling your own.
@nickclaw has been MIA since July so any pull-requests might have to wait until they are published on apm.

from atom-grunt-runner.

iabw avatar iabw commented on June 28, 2024

Thanks for the fast response. Any tips on making something like this work?

// Register
atom.commands.add 'atom-workspace', 'grunt-runner', (task) =>
    startProcess = @view.startProcess.bind @view
    startProcess task

// Run
atom.commands.dispatch( 'atom-workspace', 'grunt-runner:js' )

Am I basically right that this would require modifying atom core? Basically, I want something like Backbone's events where you can bind to the "root" event. Backbone does this by firing separate events.

I imagine there's not a magic way to make Atom play nice with a pattern like this? Currently it only matches explicit commandNames against its registry, and doesn't fire events for the root events the way Backbone does?

from atom-grunt-runner.

smnbbrv avatar smnbbrv commented on June 28, 2024

@kokarn yes, absolutely agree about copying the package... It really should be maintained by somebody

from atom-grunt-runner.

kokarn avatar kokarn commented on June 28, 2024

So, i've taken over as the maintainer for now.

Any pull-request is greatly appreciated :)

from atom-grunt-runner.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.