wesbaker / atom-docksend

MIT License
1 stars 1 forks source link

Ability to specify location of related files. #10

Open brooksidestudios opened 6 years ago

brooksidestudios commented 6 years ago

I would like the ability to specify where the related files compile to. For instance, I typically have the following structure for my stylesheets:

stylesheets/ --css/ ----main.css ----main.css.map --less/ ----main.less ----bootstrap/ (etc, etc)

So, when the LESS file compiles, it writes the CSS and map to ../css/. I'd like to be able to specify that location for the related files so they can be uploaded from there.

wesbaker commented 6 years ago

I like that idea, but I no longer use Atom. @alejandroramirez has recently been making similar additions, maybe he'd be interested in taking this on?

alejandroramirez commented 6 years ago

Avoiding project specific settings, we could add a property for one or multiple build paths relative to the source file. @brooksidestudios, is that what you're talking about.

brooksidestudios commented 6 years ago

Yes, that sounds perfect.