-
Notifications
You must be signed in to change notification settings - Fork 5
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
Explore / demonstrate how the Gulp Starter rails helpers might work with Middleman #4
Comments
I'm very interested in this as well. I was going to dig into this myself but would be happy to help if you're interested. |
@pixelsonly Feel free to experiment and post your findings. I've created the branch |
- The helpers are incuded in Middleman, no parsing errors - ERROR: `no implicit conversion of Symbol into String` `middleman-gulp-starter/helpers/gulp_asset_helper.rb: in join, line 14`
- Remove `.tmp` form the URL - Make sure interpreted as a string
File revving is now working and the Rails helpers have been ported to Middleman. Unexpected side-effect: The pre-revved files are copied to the build directory by Middleman. Ideally we need a way to iterate through the |
- Loop through the manifest file's key
@pixelsonly Want to check out this branch and see it works for you? |
On a project with blogs I am now getting |
I'd missed off the extension. All good. |
- Correctly detect environment - Remove `.tmp` form the URL - Make sure interpreted as a string - Turn file revving on by default - Add helper usage information - Dynamically ignore un-revved files in Middleman - Docs: Better code commented - Bump version to v1.2.0
No description provided.
The text was updated successfully, but these errors were encountered: