We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
look on this line: https://github.com/enb/enb-bem-specs/blob/master/lib/node-configurator.js#L58
// setup template engine var templateEngineOpts = _.assign({}, templateEngine.templateOptions, { target: '?.browser.template.js', filesTarget: '?.template.files' });
if i will include console for check options
// setup template engine var templateEngineOpts = _.assign({}, templateEngine.templateOptions, { target: '?.browser.template.js', filesTarget: '?.template.files' }); console.log('templateEngineOpts:', templateEngineOpts); console.log('templateEngine.templateOptions:', templateEngine.templateOptions);
and set options
specsBH.configure({ langs: true, destPath: 'bh-set.specs', levels: ['blocks'], templateEngine: { templateTech: require('enb-bh/techs/bh-bundle'), templateOptions: { devMode: false, levelsTarget: '?.levels', filesTarget: '?.base.files', dirsTarget: '?.base.dirs', target: '?.bh.js' }, htmlTech: require('enb-bh/techs/bemjson-to-html'), htmlTechOptionNames: { bemjsonFile: '?.bemjson.js', bhFile: '?.bh.js' } }, sourceLevels: [ { path: '../libs/bem-core/common.blocks', check: false }, { path: '../libs/bem-pr/spec.blocks', check: false }, { path: 'blocks', check: true } ] });
you will see this
templateEngineOpts: { devMode: false, levelsTarget: '?.levels', filesTarget: '?.template.files', dirsTarget: '?.base.dirs', target: '?.browser.template.js' } templateEngine.templateOptions: { devMode: false, levelsTarget: '?.levels', filesTarget: '?.base.files', dirsTarget: '?.base.dirs', target: '?.bh.js' }
I not can build BH for only server.
The text was updated successfully, but these errors were encountered:
yep i used require('enb-bh/techs/bh-commonjs') not require('enb-bh/techs/bh-bundle')
require('enb-bh/techs/bh-commonjs')
require('enb-bh/techs/bh-bundle')
Sorry, something went wrong.
[enb#56] remove comment
e7db919
No branches or pull requests
look on this line: https://github.com/enb/enb-bem-specs/blob/master/lib/node-configurator.js#L58
if i will include console for check options
and set options
you will see this
I not can build BH for only server.
The text was updated successfully, but these errors were encountered: