Skip to content

Commit 39c525b

Browse files
authored
Rename to drum beat repo (#27)
* renommage * ajout couleurs
1 parent 75dca53 commit 39c525b

File tree

12 files changed

+13420
-108
lines changed

12 files changed

+13420
-108
lines changed

.github/workflows/deploy-ghpage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
github_access_token: ${{ secrets.GHPAGES }}
1717
build_configuration: production # The build environment for the app. please look configurations in your angular.json
1818
deploy_branch: gh-pages # The branch the action should deploy to.
19-
base_href: '' # empty
20-
angular_dist_build_folder: dist/drums-pattern-library # The folder where your project is supposed to be after running ng build by the action.
19+
base_href: '' # empty
20+
angular_dist_build_folder: dist/drum-beat-repo # The folder where your project is supposed to be after running ng build by the action.
2121

2222
permissions:
2323
contents: write # Allow write permission to GITHUB_TOKEN to commit to deploy branch.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Drums Pattern Library 🥁🎼🎵
1+
# Drum Beat Repo 🥁🎼🎵
22

33
## Table of contents
44
* [General info](#general-info)
55
* [Technologies](#technologies)
66
* [Setup](#setup)
77

88
## General info
9-
This project is a library of drums patterns for electronic music composers.
9+
This project is a repository of drum beats for electronic music composers.
1010

1111
Feel free to contribute by adding beats, see in the [assets](src/assets) folder for details.
1212

angular.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": 1,
44
"newProjectRoot": "projects",
55
"projects": {
6-
"DrumsPatternLibrary": {
6+
"DrumBeatRepo": {
77
"projectType": "application",
88
"schematics": {
99
"@schematics/angular:component": {
@@ -17,7 +17,7 @@
1717
"build": {
1818
"builder": "@angular-devkit/build-angular:browser",
1919
"options": {
20-
"outputPath": "dist/drums-pattern-library",
20+
"outputPath": "dist/drum-beat-repo",
2121
"index": "src/index.html",
2222
"main": "src/main.ts",
2323
"polyfills": "src/polyfills.ts",
@@ -69,18 +69,18 @@
6969
"builder": "@angular-devkit/build-angular:dev-server",
7070
"configurations": {
7171
"production": {
72-
"browserTarget": "DrumsPatternLibrary:build:production"
72+
"browserTarget": "DrumBeatRepo:build:production"
7373
},
7474
"development": {
75-
"browserTarget": "DrumsPatternLibrary:build:development"
75+
"browserTarget": "DrumBeatRepo:build:development"
7676
}
7777
},
7878
"defaultConfiguration": "development"
7979
},
8080
"extract-i18n": {
8181
"builder": "@angular-devkit/build-angular:extract-i18n",
8282
"options": {
83-
"browserTarget": "DrumsPatternLibrary:build"
83+
"browserTarget": "DrumBeatRepo:build"
8484
}
8585
},
8686
"deploy": {

0 commit comments

Comments
 (0)