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

Append lang mock to the end of file to not make source map being invalid #46

Merged
merged 1 commit into from
Dec 19, 2014

Conversation

scf2k
Copy link
Contributor

@scf2k scf2k commented Dec 19, 2014

No description provided.

@scf2k
Copy link
Contributor Author

scf2k commented Dec 19, 2014

/cc @andrewblond

@@ -18,9 +18,16 @@ module.exports = require('enb/lib/build-flow').create()
' i18n.key = function(key) { return key }',
' i18n.lang = function() { return }',
'})(this, typeof BEM === \'undefined\' ? {} : BEM);'
].join('\n');
].join('\n'),
Copy link
Member

Choose a reason for hiding this comment

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

Поправь идентацию для var mock.

@blond
Copy link
Member

blond commented Dec 19, 2014

Thanks!

blond pushed a commit that referenced this pull request Dec 19, 2014
Append lang mock to the end of file to not make source map being invalid
@blond blond merged commit f42fc7b into master Dec 19, 2014
@blond blond deleted the fix/lang-sourcemap branch December 19, 2014 14:22
@blond
Copy link
Member

blond commented Dec 19, 2014

Fixed in v0.6.1

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

Successfully merging this pull request may close these issues.

2 participants