javascript - Automatically create grunt environment -
i'm little lost how should proceed, don't know start. i've been working on few wordpress sites lately, create dev environment using npm grunt.
i set folder , npm init. install grunt plugins need such as: watch, sass, uglify etc... download wordpress , set gruntfile.js example sass compile wordpress theme's stylesheet. usual (i hope).
the thing rather repeating same step on , on i'd automate ( same config step each site ).
so here question, how go creating script automaticaly install grunt plugins , configure them, download latest wordpress , set theme files ( domain name etc...)?
i don't need explanation on how these steps few pointers on start , tools use great. being quite novice in script writing information use.
try yeoman.
there yeoman generator wordperss boilerplate. uses gulp instead grunt, has same idea need.
Comments
Post a Comment