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

Неверное сообщение депрекейтед сообщение при расширении другой технологии #322

Open
markelog opened this issue Aug 20, 2015 · 0 comments

Comments

@markelog
Copy link
Contributor

Если есть технология расширяющая устаревшую технологию, как:

module.exports = require('enb/techs/i18n-lang-js').buildFlow()
    .name('priv-i18n-lang-js')
    .target('target', '?.priv-lang.{lang}.js')
    .defineRequiredOption('lang')
    .useSourceFilename('keysetsTarget', '?.priv-keysets.{lang}.js')
    .methods({
        getAppendJs: function() {
            return '';
        }
    })
    .createTech();

то выводится будет неверное имя и путь

Tech enb/techs/priv-i18n-lang-js is deprecated. Install package enb-bem-i18n and use tech enb-bem-i18n/techs/priv-i18n-lang-js instead.
@markelog markelog changed the title Не верное сообщение депрекейтед сообщение при расширении другой технологии Неверное сообщение депрекейтед сообщение при расширении другой технологии Aug 20, 2015
@blond blond added the bug label Aug 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants