You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
such as
const result = vash.compile('file.vash')
and within the file, the
@html.extend('layout.file', function(model) {}) also getsautomatically compiled to its final form. The desired result is result contains the fully compiled code without referring to layout.file anymore.
The text was updated successfully, but these errors were encountered:
such as
const result = vash.compile('file.vash')
and within the file, the
@html.extend('layout.file', function(model) {}) also getsautomatically compiled to its final form. The desired result is result contains the fully compiled code without referring to layout.file anymore.
The text was updated successfully, but these errors were encountered: