Ver Fonte

Refactoring: moved bootstrap-theme one level up in order to use it in two angular sub projects

Christian Kahlau há 3 anos atrás
pai
commit
04c7b9c048
4 ficheiros alterados com 4 adições e 4 exclusões
  1. 2 2
      .gitmodules
  2. 0 0
      bootstrap-theme
  3. 1 1
      ng/angular.json
  4. 1 1
      ng/src/styles.scss

+ 2 - 2
.gitmodules

@@ -1,4 +1,4 @@
-[submodule "ng/bootstrap-theme"]
-	path = ng/bootstrap-theme
+[submodule "bootstrap-theme"]
+	path = bootstrap-theme
 	url = https://gogs.hostbbq.com/hostbbq/bootstrap-theme.git
 	branch = master

+ 0 - 0
ng/bootstrap-theme → bootstrap-theme


+ 1 - 1
ng/angular.json

@@ -25,7 +25,7 @@
             "inlineStyleLanguage": "scss",
             "assets": ["src/favicon.ico", "src/assets"],
             "styles": ["src/styles.scss"],
-            "scripts": ["bootstrap-theme/dist/js/bootstrap.js"]
+            "scripts": ["../bootstrap-theme/dist/js/bootstrap.js"]
           },
           "configurations": {
             "production": {

+ 1 - 1
ng/src/styles.scss

@@ -1,4 +1,4 @@
-@import '../bootstrap-theme/scss/bootstrap.scss';
+@import '../../bootstrap-theme/scss/bootstrap.scss';
 
 .pointer {
   cursor: pointer;