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

Move out hardcoded exportName for xjst #67

Open
qfox opened this issue Feb 16, 2015 · 1 comment
Open

Move out hardcoded exportName for xjst #67

qfox opened this issue Feb 16, 2015 · 1 comment

Comments

@qfox
Copy link
Contributor

qfox commented Feb 16, 2015

Ref: #58

exportName = options && options.exportName;
// Задаём `exportName` по умолчанию для xjst-шаблонизаторов
if (!exportName && _.intersection(techPath.split('/'), XJST_PACKAGES).length) {
exportName = XJST_EXPORT_NAME;
}

@qfox
Copy link
Contributor Author

qfox commented Mar 22, 2016

А нет, It's still here.

@qfox qfox reopened this Mar 22, 2016
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

2 participants