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
hey, can you please give some instructions - what's the best way to organize javascript development for this theme?
I can do scss --watch scss:css --style compressed for styles modifications.
but what can I use to rebuild landio.min.js when I've added some extra plugins? I see code like this: // @codekit-prepend "plugins/jquery.placeholder.js"; but I don't have codekit.
The text was updated successfully, but these errors were encountered:
I don't know actually, it was minified when it was built, over a year ago, and not touched anymore. You can use any JS minification tool, codekit, grunt, gulp, or any other one.
hey, can you please give some instructions - what's the best way to organize javascript development for this theme?
I can do
scss --watch scss:css --style compressed
for styles modifications.but what can I use to rebuild
landio.min.js
when I've added some extra plugins? I see code like this:// @codekit-prepend "plugins/jquery.placeholder.js";
but I don't have codekit.The text was updated successfully, but these errors were encountered: