-
Notifications
You must be signed in to change notification settings - Fork 48
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
Source maps support #160
Source maps support #160
Conversation
1940218
to
7f07611
Compare
var vm = require('vm'); | ||
var SourceMap = require('enb-source-map/lib/file'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not File
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File
says nothing about what it really does :(
cc @blond |
@@ -35,6 +35,13 @@ require('coa').Cmd() | |||
.short('e').long('engine') | |||
.def('bemhtml') | |||
.end() | |||
.opt() | |||
.name('sourceMap').title('Generate source map (default: false)') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Вроде все тулзы пишут в одно слово — sourcemap
.
@tadatuta can you describe current status please? Just for log… what we have here: some blockers, next steps. |
First some improvements in https://github.com/enb-make/enb-source-map needed (see issues list there). |
b949d9d
to
33b8489
Compare
33b8489
to
aa6435a
Compare
Rebased from master. |
Closes #108