Skip to content

Commit

Permalink
Fixed dist: js tech shoul added files from deps-by-tech
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewblond committed Jan 28, 2015
1 parent 632cb69 commit cebbc41
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion .enb/make.js
Expand Up @@ -70,7 +70,28 @@ module.exports = function(config) {
destTarget : '?.prefix.css',
browserSupport : getBrowsers(platform)
}],
[js, { target : '?.source.js' }],
[depsByTechToBemdecl, {
target : '?.js-js.bemdecl.js',
sourceTech : 'js',
destTech : 'js'
}],
[mergeBemdecl, {
sources : ['?.bemdecl.js', '?.js-js.bemdecl.js'],
target : '?.js.bemdecl.js'
}],
[deps, {
target : '?.js.deps.js',
bemdeclFile : '?.js.bemdecl.js'
}],
[files, {
depsFile : '?.js.deps.js',
filesTarget : '?.js.files',
dirsTarget : '?.js.dirs'
}],
[js, {
filesTarget : '?.js.files',
target : '?.source.js'
}],
[ym, {
source : '?.source.js',
target : '?.ym.js'
Expand Down

0 comments on commit cebbc41

Please sign in to comment.