Skip to content

Commit

Permalink
Refs #132149 added initial commit for volto-eea-design-system:
Browse files Browse the repository at this point in the history
- this package will be used to house design elements and features that can be shared by projects
  • Loading branch information
ichim-david committed Sep 23, 2021
1 parent b0bdd44 commit 2934b91
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 462 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-eea-design-system

## 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-eea-design-system --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-eea-design-system": {
"url": "https://github.com/eea/volto-eea-design-system.git",
"package": "@eeacms/volto-eea-design-system",
"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-eea-design-system/
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-eea-design-system"
NAMESPACE = "@eeacms"
SONARQUBE_TAGS = "volto.eea.europa.eu"
DEPENDENCIES = ""
Expand Down
209 changes: 0 additions & 209 deletions Jenkinsfile.tpl

This file was deleted.

4 changes: 2 additions & 2 deletions 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-eea-design-system"

# We like colors
# From: https://coderwall.com/p/izxssa/colored-makefile-for-golang-projects
Expand Down Expand Up @@ -47,4 +47,4 @@ test-update:
.PHONY: help
help: ## Show this help.
@echo -e "$$(grep -hE '^\S+:.*##' $(MAKEFILE_LIST) | sed -e 's/:.*##\s*/:/' -e 's/^\(.\+\):\(.*\)/\\x1b[36m\1\\x1b[m:\2/' | column -c2 -t -s :)"
.*\)/\\x1b[36m\1\\x1b[m:\2/' | column -c2 -t -s :)"
)/\\x1b[36m\1\\x1b[m:\2/' | column -c2 -t -s :)"
49 changes: 0 additions & 49 deletions Makefile.tpl

This file was deleted.

0 comments on commit 2934b91

Please sign in to comment.