Skip to content

Commit

Permalink
Porting over my Personal SFCC DevOps Projects to New SFCC DevOps Gi…
Browse files Browse the repository at this point in the history
…tHub Org
  • Loading branch information
manifestinteractive committed May 25, 2022
1 parent 773987e commit 1faaedf
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"name": "__MSG_extensionName__",
"version": "1.1.0",
"description": "__MSG_extensionDescription__",
"author": "Red Van Workshop",
"author": "SFCC DevOps",
"devtools_page": "devtools.html",
"homepage_url": "https://github.com/redvanworkshop/sfcc-devtools",
"homepage_url": "https://github.com/sfccdevops/sfcc-devtools",
"default_locale": "en",
"icons": {
"16": "icons/16.png",
Expand Down
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
![Logo](../docs/img/logo.png "Logo")
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")

Thank you for Contributing
===

We want to make it as easy as possible to contribute changes.

Follow the requirements below for __[Creating Issues](https://github.com/redvanworkshop/sfcc-cli/issues/new)__ and __[Pull Requests](https://github.com/redvanworkshop/sfcc-cli/pull/new)__, to keep everything simple for everyone :)
Follow the requirements below for __[Creating Issues](https://github.com/sfccdevops/sfcc-cli/issues/new)__ and __[Pull Requests](https://github.com/sfccdevops/sfcc-cli/pull/new)__, to keep everything simple for everyone :)

<img src="https://octodex.github.com/images/dinotocat.png" width="400" />

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Red Van Workshop
Copyright (c) 2019 SFCC DevOps

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# ![icon](src/icons/48.png) SFCC DevTools
![Logo](https://sfccdevops.s3.amazonaws.com/logo-128.png "Logo")

> Support Browser Interaction with VS Code, Eclipse, and SFCC Business Manager via DevTools Web Inspector.
# ![sfcc-devtool-demo](https://sfcc-devtools.s3.us-east-1.amazonaws.com/sfcc-devtool-demo.gif?v=1.0.0)

[Red Van Workshop](https://redvanworkshop.com) is a Salesforce Commerce Cloud Certified Partner. We built this Extension to connect the Browsers Web Inspector to VS Code, Eclipse & Business Manager. We hope you will find it as useful as we do, and if you want to help make it better, we'd love to hear from you.

## Features

- [X] Uses dwMarker HTML Comments
Expand Down Expand Up @@ -52,7 +50,7 @@ Now you're ready to go. In your `Elements`/`Inspector` Tab, click on an SFCC com
<details><summary>Add to Google Chrome</summary>

1. Download [Webkit Extension](https://github.com/redvanworkshop/sfcc-devtools/raw/master/dist/sfcc-devtools-webkit.crx)
1. Download [Webkit Extension](https://github.com/sfccdevops/sfcc-devtools/raw/master/dist/sfcc-devtools-webkit.crx)
2. Click **Keep** when prompted to download the file
3. Go to the following URL in a new Google Chrome tab: `chrome://extensions`
4. In the top right corner, Enable **Developer Mode**
Expand All @@ -62,7 +60,7 @@ Now you're ready to go. In your `Elements`/`Inspector` Tab, click on an SFCC com

<details><summary>Add to Firefox</summary>

1. Download [Firefox Addon](https://github.com/redvanworkshop/sfcc-devtools/raw/master/dist/sfcc-devtools-firefox.zip)
1. Download [Firefox Addon](https://github.com/sfccdevops/sfcc-devtools/raw/master/dist/sfcc-devtools-firefox.zip)
2. Open Firefox
3. Go to the following URL in a new tab: `about:debugging#/runtime/this-firefox`
4. In the top right corner, Click **Load Temporary Add-on...**
Expand All @@ -72,7 +70,7 @@ Now you're ready to go. In your `Elements`/`Inspector` Tab, click on an SFCC com

<details><summary>Add to Opera</summary>

1. Download [Webkit Extension](https://github.com/redvanworkshop/sfcc-devtools/raw/master/dist/sfcc-devtools-webkit.crx)
1. Download [Webkit Extension](https://github.com/sfccdevops/sfcc-devtools/raw/master/dist/sfcc-devtools-webkit.crx)
2. Go to the following URL in a new Opera tab: `chrome://extensions`
3. In the top right corner, Enable **Developer Mode**
4. Drag and Drop `./dist/sfcc-devtools-webkit.crx` file into Extension page
Expand All @@ -87,7 +85,7 @@ Now you're ready to go. In your `Elements`/`Inspector` Tab, click on an SFCC com
<details><summary>Build Extension</summary>

```bash
git clone git@github.com:redvanworkshop/sfcc-devtools.git
git clone git@github.com:sfccdevops/sfcc-devtools.git
cd sfcc-devtools
npm install
npm run pack
Expand Down Expand Up @@ -147,6 +145,6 @@ npm run pack


Disclaimer
===
---

The trademarks and product names of Salesforce®, including the mark Salesforce®, are the property of Salesforce.com. Red Van Workshop is not affiliated with Salesforce.com, nor does Salesforce.com sponsor or endorse the Red Van Workshop products or website. The use of the Salesforce® trademark on this project does not indicate an endorsement, recommendation, or business relationship between Salesforce.com and Red Van Workshop.
> The trademarks and product names of Salesforce®, including the mark Salesforce®, are the property of Salesforce.com. SFCC DevOps is not affiliated with Salesforce.com, nor does Salesforce.com sponsor or endorse the SFCC DevOps products or website. The use of the Salesforce® trademark on this project does not indicate an endorsement, recommendation, or business relationship between Salesforce.com and SFCC DevOps.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sfcc-devtools",
"version": "1.1.0",
"description": "Support Browser Interaction with VS Code, Eclipse, and SFCC Business Manager via DevTools Web Inspector.",
"author": "Red van Workshop",
"author": "SFCC DevOps",
"license": "MIT",
"private": false,
"engines": {
Expand All @@ -25,11 +25,11 @@
],
"repository": {
"type": "git",
"url": "https://github.com/redvanworkshop/sfcc-devtools.git"
"url": "https://github.com/sfccdevops/sfcc-devtools.git"
},
"bugs": {
"url": "https://github.com/redvanworkshop/sfcc-devtools/issues",
"email": "peter@redvanworkshop.com"
"url": "https://github.com/sfccdevops/sfcc-devtools/issues",
"email": "me@peterschmalfeldt.com"
},
"scripts": {
"test": "npm run -s lint",
Expand Down
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"name": "__MSG_extensionName__",
"version": "1.1.0",
"description": "__MSG_extensionDescription__",
"author": "Red Van Workshop",
"author": "SFCC DevOps",
"devtools_page": "devtools.html",
"homepage_url": "https://github.com/redvanworkshop/sfcc-devtools",
"homepage_url": "https://github.com/sfccdevops/sfcc-devtools",
"default_locale": "en",
"icons": {
"16": "icons/16.png",
Expand Down
2 changes: 1 addition & 1 deletion src/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
</head>
<body>
<div id="error">
<span data-locale="errorFile"></span> <a href="https://github.com/redvanworkshop/sfcc-devtools#troubleshooting" target="_blank" data-locale="getHelp"></a>
<span data-locale="errorFile"></span> <a href="https://github.com/sfccdevops/sfcc-devtools#troubleshooting" target="_blank" data-locale="getHelp"></a>
</div>

<div id="sidebar"></div>
Expand Down

0 comments on commit 1faaedf

Please sign in to comment.