bem / project-stub

deps
313 stars 198 forks source link

Make tmp files for bundle in `tmp` dir #89

Closed blond closed 9 years ago

blond commented 9 years ago

Now index build after build:

_index.css
_index.html
_index.js
index.bemdecl.js
index.bemhtml.bemdecl.js
index.bemhtml.deps.js
index.bemhtml.js
index.bemjson.js
index.browser.bemhtml.js
index.browser.js
index.css
index.deps.js
index.html
index.js
index.noprefix.css
index.pre.js

Expected:

tmp/
_index.css
_index.js
index.bemjson.js
index.html
tadatuta commented 9 years ago

@andrewblond is it possible to move tmp/ to ../../.enb/? ;)

awinogradov commented 9 years ago

:+1: i want this:)

qfox commented 9 years ago

Definitely tmp should be placed in .enb.

blond commented 9 years ago

Closed in favor of https://github.com/enb-make/enb/issues/143