Commit e3bcee09 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Mueve submódulo, actualiza rutas y agrega recursos

parent c4b594e0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
    paths:
      - node_modules/
      - client-app/deps/templates/node_modules/
      - client-app/stylesheets/node_modules/
      - client-app/style/node_modules/

prepare-unbuilt-version:
  extends: .web-build
@@ -27,9 +27,9 @@ prepare-unbuilt-version:
    paths:
      - node_modules/
      - client-app/deps/templates/dist/
      - client-app/stylesheets/style.styl
      - client-app/stylesheets/src/
      - client-app/stylesheets/submodules/
      - client-app/style/style.styl
      - client-app/style/src/
      - client-app/style/submodules/
  rules:
    - if: $CI_MERGE_REQUEST_ID ||
          $CI_COMMIT_TAG ||
+450 KiB
Loading image diff...
+2 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="64px" height="64px" viewBox="0 0 128 128" xml:space="preserve"><g>
<path fill="#000" d="M70.48 35.8l-6.16-6.24-6.16 6.26L64.32.88z"/><path fill="#e5e5e5" d="M70.48 35.8l-6.16-6.24-6.16 6.26L64.32.88z" transform="rotate(30 64 64)"/><path fill="#e5e5e5" d="M70.48 35.8l-6.16-6.24-6.16 6.26L64.32.88z" transform="rotate(60 64 64)"/><path fill="#e5e5e5" d="M70.48 35.8l-6.16-6.24-6.16 6.26L64.32.88z" transform="rotate(90 64 64)"/><path fill="#e5e5e5" d="M70.48 35.8l-6.16-6.24-6.16 6.26L64.32.88z" transform="rotate(120 64 64)"/><path fill="#e5e5e5" d="M70.48 35.8l-6.16-6.24-6.16 6.26L64.32.88z" transform="rotate(150 64 64)"/><path fill="#e5e5e5" d="M70.48 35.8l-6.16-6.24-6.16 6.26L64.32.88z" transform="rotate(180 64 64)"/><path fill="#e5e5e5" d="M70.48 35.8l-6.16-6.24-6.16 6.26L64.32.88z" transform="rotate(210 64 64)"/><path fill="#ccc" d="M70.48 35.8l-6.16-6.24-6.16 6.26L64.32.88z" transform="rotate(240 64 64)"/><path fill="#999" d="M70.48 35.8l-6.16-6.24-6.16 6.26L64.32.88z" transform="rotate(270 64 64)"/><path fill="#666" d="M70.48 35.8l-6.16-6.24-6.16 6.26L64.32.88z" transform="rotate(300 64 64)"/><path fill="#333" d="M70.48 35.8l-6.16-6.24-6.16 6.26L64.32.88z" transform="rotate(330 64 64)"/><animateTransform attributeName="transform" type="rotate" values="0 64 64;30 64 64;60 64 64;90 64 64;120 64 64;150 64 64;180 64 64;210 64 64;240 64 64;270 64 64;300 64 64;330 64 64" calcMode="discrete" dur="1080ms" repeatCount="indefinite"></animateTransform></g></svg>
 No newline at end of file

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
	<head>
		<meta charset="utf-8">
		<title>Test page</title>
		<link rel="stylesheet" type="text/css" href="/client-app/stylesheets/style.css">
		<link rel="stylesheet" type="text/css" href="/client-app/style/style.css">
	</head>

	<body class="db">
Loading