Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

Feature request: --force-rebuild #88

Closed
emanuelkoczwara opened this issue Mar 14, 2016 · 3 comments
Closed

Feature request: --force-rebuild #88

emanuelkoczwara opened this issue Mar 14, 2016 · 3 comments
Labels

Comments

@emanuelkoczwara
Copy link

Hello,

It would be nice if I could do:

$ elm-make Main.elm --force-rebuild --warn

For now I can just remove elm-stuff/build-artifacts/, but it would be great if elm-make could do that for me. Maybe --force-full-rebuild will be also good, that should remove whole elm-stuff/ before compilation. Is it desirable to have such features in elm-make or we should use some build system for that?

@evancz
Copy link
Contributor

evancz commented May 12, 2016

Tracking from meta issue #98

@evancz evancz closed this as completed May 12, 2016
@Natim
Copy link

Natim commented Apr 6, 2018

For now I can just remove elm-stuff/build-artifacts/,

In my case removing only elm-stuff/build-artifacts/*/user/project was sufficient.

@Natim
Copy link

Natim commented Apr 6, 2018

@evancz Any idea why elm-make doesn't detect the changes to the .elm file?

I am basically doing a sed -i command to one of the file of my project in order to build it for various HTTP APi endpoints and it doesn't recompile it after each changes.

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

No branches or pull requests

3 participants