Breakout Procedure for Ian
For glmTheme
[ ] 1.Setup the glmTheme with grunt-init
For Foundation 5: glmTheme (
[ ] 2.npm install
[ ] 3.bower install
[ ] 4.grunt build
[ ] 5.grunt
)
Foundation 6: glmThemeV6 (
[ ] 2.npm install
[ ] 3.bower install
[ ] 4.gulp build
[ ] 5.gulp
)
[ ] 6.Make git origin repo
[ ] 6.1.git remote add origin git@cvs2:WP-Themes/(siteurl without www or the ending three letters).git
[ ] 7.git add .
[ ] 8.git commit (add first commit message)
[ ] 9.git push origin master
[ ] 10.git flow init -d
[ ] 11.Look at psd/notes and begin breakout or make a drawing of potential grid layout, then begin breakout
[ ] 12.Add the necessary code component to the settings.scss file and adding Google fonts
[ ] 13.Start the layout of the Header and style it for Desktop
[ ] 14.Start on Front Page layout/appearance and styling it for Desktop
[ ] 15.Start on Footer layout/appearance and styling it for Desktop
[ ] 16.Start on Interior Page and other special areas for Desktop
[ ] 17.Compare and contrast jpeg of psd with creation on Desktop
[ ] 17.1.Make adjustments as needed
[ ] 18.Work on responsive styling and layout
[ ] 19.Test on responsive windows of all browsers
[ ] 19.1.Make adjustments as needed
[ ] 20.Test on tablet and iPhone
[ ] 20.1.Make adjustments as needed
[ ] 21.When you believe you are finished, submit theme for review
For Generic Themes and/or cloned themes
[ ] 1.git clone git@cvs2:WP-Themes/?
[ ] 2.npm install
[ ] 3.bower insall
[ ] 4.grunt or gulp
[ ] 5.git remote rm origin
[ ] 6.Make git origin repo
[ ] 6.1.git remote add origin git@cvs2:WP-Themes/(siteurl without www or the ending three letters).git
[ ] 7.git add .
[ ] 8.git commit (add first commit message)
[ ] 9.git push origin master
[ ] 10.git flow init -d
[ ] 11.Look at psd/notes and begin breakout or make a drawing of potential grid layout, then begin breakout
[ ] 12.Add the necessary code component to the settings.scss file and adding Google fonts
[ ] 13.Start the layout of the Header and style it for Desktop
[ ] 14.Start on Front Page layout/appearance and styling it for Desktop
[ ] 15.Start on Footer layout/appearance and styling it for Desktop
[ ] 16.Start on Interior Page and other special areas for Desktop
[ ] 17.Compare and contrast jpeg of psd with creation on Desktop
[ ] 17.1.Make adjustments as needed
[ ] 18.Work on responsive styling and layout
[ ] 19.Test on responsive windows of all browsers
[ ] 19.1.Make adjustments as needed
[ ] 20.Test on tablet and iPhone
[ ] 20.1.Make adjustments as needed
[ ] 21.When you believe you are finished, submit theme for review