-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Stop Grunt template processing for a file #53
Comments
@evil-shrike Thanks for the issue! If you're reporting a bug, please be sure to include:
|
grunt-assemble 0.5
My Gruntfile is pretty big but basically it's something like this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a markdown page with a fenced code block which contains Grunt's template syntax (
<%=
)Building of this page fails somewhere inside Grunt. In
grunt.config
actually. As it detects its template syntax and try to evaluate it.It's template syntax but it's documentation not code.
All this happens before md processing and HB-helpers evaluating - I can see raw markdown content in debugger.
Stacktrack:
grunt.config
processContext, assemle.js#613
build, assemle.js#556
assemble.js#397
Is it possible to avoid Grunt's template processing against file content?
The text was updated successfully, but these errors were encountered: