Skip to content
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

Closed
wants to merge 1 commit into from
Closed

Source maps support #160

wants to merge 1 commit into from

Conversation

tadatuta
Copy link
Member

Closes #108

@tadatuta tadatuta force-pushed the issues/108 branch 3 times, most recently from 1940218 to 7f07611 Compare December 23, 2015 12:13
var vm = require('vm');
var SourceMap = require('enb-source-map/lib/file');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not File?

Copy link
Member Author

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 :(

@tadatuta tadatuta changed the title Source maps support [WIP] Source maps support Jan 1, 2016
@tadatuta tadatuta changed the title [WIP] Source maps support Source maps support Jan 16, 2016
@tadatuta
Copy link
Member Author

cc @blond

@tadatuta
Copy link
Member Author

@@ -35,6 +35,13 @@ require('coa').Cmd()
.short('e').long('engine')
.def('bemhtml')
.end()
.opt()
.name('sourceMap').title('Generate source map (default: false)')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Вроде все тулзы пишут в одно слово — sourcemap.

@miripiruni
Copy link
Contributor

@tadatuta can you describe current status please? Just for log… what we have here: some blockers, next steps.

@tadatuta
Copy link
Member Author

tadatuta commented Mar 1, 2016

First some improvements in https://github.com/enb-make/enb-source-map needed (see issues list there).

@miripiruni
Copy link
Contributor

Rebased from master.

@coveralls
Copy link

coveralls commented Sep 12, 2016

Coverage Status

Coverage increased (+0.007%) to 97.04% when pulling aa6435a on issues/108 into 49a3e10 on master.

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

Successfully merging this pull request may close these issues.

5 participants