From 24c62502c1bbe5e46e4d23667542f882348656a7 Mon Sep 17 00:00:00 2001 From: alex-k Date: Tue, 23 Jun 2015 14:48:13 +0300 Subject: [PATCH] techs/mock-lang-js.js: Mock for BEM.I18N goes before template content --- lib/techs/mock-lang-js.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/techs/mock-lang-js.js b/lib/techs/mock-lang-js.js index a9b30f4..ff3635a 100644 --- a/lib/techs/mock-lang-js.js +++ b/lib/techs/mock-lang-js.js @@ -34,7 +34,7 @@ module.exports = require('enb/lib/build-flow').create() content = content.substring(0, mapIndex); } - return [content, mock, map].join('\n'); + return [mock, content, map].join('\n'); }); }) .createTech();