Skip to content

Instantly share code, notes, and snippets.

@varya
Created November 30, 2012 17:37
Show Gist options
  • Save varya/4177250 to your computer and use it in GitHub Desktop.
Save varya/4177250 to your computer and use it in GitHub Desktop.
var BEM = require('bem');
exports.baseLevelPath = require.resolve('../../.bem/levels/bundles.js');
exports.getConfig = function() {
return BEM.util.extend(this.__base() || {}, {
bundleBuildLevels: this.resolvePaths([
'../../bem-bl/blocks-common',
'../../bem-bl/blocks-desktop',
'../../bemhtml/common.blocks',
'../../john-lib/blocks/',
'../../desktop.blocks'
])
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment