Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lymarrie committed Jun 16, 2021
1 parent fac70f9 commit dfc8cb7
Show file tree
Hide file tree
Showing 26 changed files with 7,703 additions and 1 deletion.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .config-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0
1.0
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules/
.artifact-output/
cli.exe
formatters/
public/
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# m4test

Hello team!
Binary file added Users/leisenberg/alpha/cli
Binary file not shown.
1 change: 1 addition & 0 deletions assets/index.bundle.js

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions config/ci_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"artifactStructure": {
"assets": [
{
"root": "assets"
}
],
"hbsTemplates": [
{
"root": "templates",
"pattern": "*.hbs"
},
{
"root": "partials",
"pattern": "*.hbs"
},
{
"root": "pages",
"pattern": "*.hbs"
}
]
},
"base_image_tag": "node-12.18",
"dependencies": {
"installDepsCmd": "echo install",
"requiredFiles": []
},
"buildArtifacts": {
"build_setup_cmd": "npm install",
"build_cmd": "npm run build"
},
"livePreview": {
"serve_setup_cmd": "echo setup",
"serve_cmd": "echo serve"
}
}
3 changes: 3 additions & 0 deletions config/sitemap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"autogenerateSitemap" : true
}
27 changes: 27 additions & 0 deletions global/global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"test": "GLOBAL STRING FROM GLOBAL.JSON!!!!!",
"name": "Dime Community Bank",
"businessId": "3434922",
"siteId": "20003",
"logo": "https://www.dime.com/sites/default/files/Post-Merger-Dime_Logo_rgb.png",
"primary_color": "#003a70",
"secondary_color": "#B5C428",
"headerContent": [
{
"linkText": "Business",
"linkUrl": "https://www.dime.com/business"
},
{
"linkText": "Commercial",
"linkUrl": "https://www.dime.com/commercial"
},
{
"linkText": "Wealth Management",
"linkUrl": "https://www.dime.com/wealth-management"
},
{
"linkText": "Personal",
"linkUrl": "https://www.dime.com/personal"
}
]
}
14 changes: 14 additions & 0 deletions localData/sites-products.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"description": "These are the best shoes ever. Buy them.",
"id": "1",
"name": "Jordan 1s - Ice Blue",
"photoGallery": [
{
"image": {
"url": "http://a.mktgcdn.com/p/fRjnrCJeuewBGHb0GhBn_xJfs9IlYMoeEXjm7uOUsNA/640x480.jpg"
}
}
],
"slug": "shoes",
"uid": 15836628
}
Loading

0 comments on commit dfc8cb7

Please sign in to comment.