Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't work at all #44

Open
alexisinwork opened this issue Dec 11, 2016 · 2 comments
Open

Don't work at all #44

alexisinwork opened this issue Dec 11, 2016 · 2 comments

Comments

@alexisinwork
Copy link

alexisinwork commented Dec 11, 2016

  1. Install package save-commands in Atom
  2. Reload Atom
  3. save-commands.json:
{
    "timeout": 5000,
    "commands" : [
        "src/**/*.elm : elm make src/Main.elm --output=gen/main.js"
    ]
}
  1. On save src/Main.elm - it don't generate a js file.
    Actually package don't even appear in Packages tab in Atom.
    Please, help to solve this issue.
@mvila
Copy link

mvila commented Feb 26, 2017

Here's my own working and actively maintained solution:

https://atom.io/packages/on-save

@stevenventimiglia
Copy link

Out of frustration, one of the things I learned was that I was opening entire root directories to view a full list of my projects - which at that point were now considered sub-directories - so that I could access all of them.

The solution was to only open a single project directory as the "Project". Now, my World is complete again. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants