gruntjs - /build dir on a Yii2 app (advanced template) -


i'm working on frontend of yii2 app , want implement grunt perform small number of tasks compiling .sass files , concatenate , minify .js files.

i know don't need push node-modules folder repo, wants can npm install have packaged properly, there's no need team mates have node-modules folder if don't touch frontend side of app whatsoever. question is, should push build folder, have .sass , .js files before they're compiled? or better yet, know don't need push should want there backup in case want pull project different computer or so? there downside having /build dir on repo?

i don't want clutter repo else, yet feel should have there backup, or if else wants edit files, common practice?

also, familiar yii2 advanced template, should said /build folder go?

thank you.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -