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

Нужна возможность подключать через include javascript файлы #217

Open
maksimr opened this issue Jan 13, 2014 · 1 comment

Comments

@maksimr
Copy link
Contributor

maksimr commented Jan 13, 2014

Хочется загружать(инлайнить) javascript файлы прямо в yate шаблон.
Это позволить теситровать и проверять инлайновый javascript.

match / {
  <script>
      include('inline.js')
  </script> 
}
@pasaran
Copy link
Owner

pasaran commented May 20, 2014

Поступил еще один запрос на что-то подобное.
В принципе, сделать несложно.
Вот только мне название include не нравится, потому что оно уже занято инклюдом для yate-файлов. И выглядит как:

include "foo.yate"

Можно, конечно, оставить старый синтаксис (без скобок). И смотреть на расширение.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants