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

watch considers output file as one of the entrypoints #401

Open
Swatinem opened this issue Dec 2, 2014 · 0 comments
Open

watch considers output file as one of the entrypoints #401

Swatinem opened this issue Dec 2, 2014 · 0 comments

Comments

@Swatinem
Copy link

Swatinem commented Dec 2, 2014

With a command line like this:

$ duo -u duo-es6ify index.js -o build -w

I get the following output:

        using : duo-es6ify
     building : index.js
        built : index.js

*when I `touch index.js`:*

     building : index.js
        built : index.js


     building : build/index.js
        built : build/index.js

So I end up with:

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

No branches or pull requests

1 participant