-
Notifications
You must be signed in to change notification settings - Fork 190
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
Conact Magento JS Files #100
Comments
I like it. Got a proof of concept you could put in a PR? Sent from my iPhone Please excuse my brevity
|
I would love this as well! — On donderdag, nov. 13, 2014 at 10:29 a.m., Ben Corlett [email protected], wrote: Got a proof of concept you could put in a PR? Sent from my iPhone Please excuse my brevity
— |
If you are using Grunt, just Add to your gruntfile.js something like this :) var theme_path = 'skin/frontend/your_theme/default'; grunt.initConfig({ |
we discussed internal (with @riker09) about to merge the origin magento files also to the scripts.js in gulp/grunt
Magento Head Example
concat all Magento files into one file (without uglify) - magento.js
conact all boilerplate files into one file (with uglify) - boilerplate.js
merge magento.js and boilerplate.js into scripts.js
so we only got 1 js file :D
The text was updated successfully, but these errors were encountered: