We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
undefined is not a function thrown on line haml.js#L58, because file.src is undefined. I haven't found out why yet.
undefined is not a function
file.src
undefined
Gruntfile.js:
haml: { prod: { files: { expand: true, src: "src/haml/**/*.haml", ext: "html", rename: function(dest, src) { return dest + path.basename( src ); } }, options: { language: "ruby", target: "html" } } }
Folder structure:
|_app |_src |_haml | launchpage.haml
Haml 4.0.6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
undefined is not a function
thrown on line haml.js#L58, becausefile.src
isundefined
. I haven't found out why yet.Gruntfile.js:
Folder structure:
Haml 4.0.6
The text was updated successfully, but these errors were encountered: