|
@@ -13,7 +13,7 @@ def add_template_repository_to_source_path
|
|
at_exit { FileUtils.remove_entry(tempdir) }
|
|
at_exit { FileUtils.remove_entry(tempdir) }
|
|
git clone: [
|
|
git clone: [
|
|
"--quiet",
|
|
"--quiet",
|
|
- "https://github.com/excid3/jumpstart.git",
|
|
|
|
|
|
+ "http://gogs.anxgang.com/Hiskio/jumpstart.git",
|
|
tempdir
|
|
tempdir
|
|
].map(&:shellescape).join(" ")
|
|
].map(&:shellescape).join(" ")
|
|
|
|
|
|
@@ -171,7 +171,7 @@ after_bundle do
|
|
add_bootstrap
|
|
add_bootstrap
|
|
add_sidekiq
|
|
add_sidekiq
|
|
add_procodile
|
|
add_procodile
|
|
- add_webpack
|
|
|
|
|
|
+ # add_webpack
|
|
add_multiple_authentication
|
|
add_multiple_authentication
|
|
|
|
|
|
copy_templates
|
|
copy_templates
|