Everyone needs to be using Github Enterprise (GHE) by the end of the year instead of SVN, which will become read-only.
the FIRST Phone apps shouldn't just be lift and shift
So now we have business components being duplicated for every single application and branch
(thanks to Michael Celeste for generating this report)
git clone https://github.homedepot.com/Back-Office-And-In-Aisle-Systems/asset-protection-ui
grunt setup
grunt.initConfig({
bower: {
install: {
options: {
targetDir: './bower_components',
verbose: true,
cleanTargetDir: false,
cleanBowerDir: false,
copy: false
}
}
},
bowercopy: {
options: {
clean: true
},
setup: {
options: {
},
files: {
// destination: source
'www/Framework': 'framework',
'www/Environment': 'environment',
'www/BusinessComponents/HazardousMaterials': 'components-hazmat',
'www/BusinessComponents/Checklist': 'components-checklist'
}
}
},
...{
"name": "bower-test",
"authors": [
"Bryan Rosenbaum <bryan_rosenbaum@homedepot.com>"
],
"description": "",
"main": "",
"license": "MIT",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/components/",
"test",
"tests"
],
"dependencies": {
"environment": "git@github.homedepot.com:Back-Office-And-In-Aisle-Systems/first-phone-environment-android.git",
"framework": "git@github.homedepot.com:Back-Office-And-In-Aisle-Systems/first-phone-framework.git",
"components-hazmat": "git@github.homedepot.com:Back-Office-And-In-Aisle-Systems/first-phone-components-hazardous-materials",
"components-checklist": "git@github.homedepot.com:Back-Office-And-In-Aisle-Systems/first-phone-components-checklist"
}
}
git clone https://github.homedepot.com/Back-Office-And-In-Aisle-Systems/asset-protection-android
cordova run android
https://github.homedepot.com/Back-Office-And-In-Aisle-Systems/asset-protection-android
https://github.homedepot.com/Back-Office-And-In-Aisle-Systems/asset-protection-ui
https://github.homedepot.com/Back-Office-And-In-Aisle-Systems/first-phone-framework
https://github.homedepot.com/Back-Office-And-In-Aisle-Systems/first-phone-environment-android
https://github.homedepot.com/Back-Office-And-In-Aisle-Systems/first-phone-components-checklist