Skip to content

Commit

Permalink
Run bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Oct 14, 2021
1 parent 01a3e7c commit 16b42cc
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 463 deletions.
12 changes: 6 additions & 6 deletions DEVELOP.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# volto-addon-template
# volto-industry-theme

## Develop

Expand All @@ -10,15 +10,15 @@ Before starting make sure your development environment is properly set. See [Vol

1. Create new volto app

yo @plone/volto my-volto-project --addon @eeacms/volto-addon-template --skip-install
yo @plone/volto my-volto-project --addon @eeacms/volto-industry-theme --skip-install
cd my-volto-project

1. Add the following to `mrs.developer.json`:

{
"volto-addon-template": {
"url": "https://github.com/eea/volto-addon-template.git",
"package": "@eeacms/volto-addon-template",
"volto-industry-theme": {
"url": "https://github.com/eea/volto-industry-theme.git",
"package": "@eeacms/volto-industry-theme",
"branch": "develop",
"path": "src"
}
Expand Down Expand Up @@ -48,4 +48,4 @@ Before starting make sure your development environment is properly set. See [Vol

1. Happy hacking!

cd src/addons/volto-addon-template/
cd src/addons/volto-industry-theme/
51 changes: 0 additions & 51 deletions DEVELOP.md.tpl

This file was deleted.

2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pipeline {
agent any

environment {
GIT_NAME = "volto-addon-template"
GIT_NAME = "volto-industry-theme"
NAMESPACE = "@eeacms"
SONARQUBE_TAGS = "volto.eea.europa.eu"
DEPENDENCIES = ""
Expand Down
209 changes: 0 additions & 209 deletions Jenkinsfile.tpl

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL=/bin/bash

DIR=$(shell basename $$(pwd))
ADDON ?= "@eeacms/volto-addon-template"
ADDON ?= "@eeacms/volto-industry-theme"

# We like colors
# From: https://coderwall.com/p/izxssa/colored-makefile-for-golang-projects
Expand Down
49 changes: 0 additions & 49 deletions Makefile.tpl

This file was deleted.

Loading

0 comments on commit 16b42cc

Please sign in to comment.