Skip to content
Snippets Groups Projects
Select Git revision
  • c7402038bd09c3ff72137de0e2edc20f4767394b
  • master default
  • 70-default-clang-format-version-used-in-ci-not-available-in-recent-ubuntu-releases
  • rtde
  • tmp-gpg-key-workaround-2
  • tmp-gpg-key-workaround
  • 68-git-lfs-error-in-ddeploy-job
  • split-build-and-test
  • 66-jazzy-support
  • 62-deploy-jobs-do-not-pull-files-from-lfs-manual-lfs-pull
  • 62-deploy-jobs-do-not-pull-files-from-lfs-custom-docker-image
  • py3-without-industrial-ci-test
  • 58-add-yolo-pip-package-support
  • 55-collision-between-test-jobs-due-to-dds-autodiscovery-ros2
  • 52-ddeploy-job-failing-when-enforcing-labels-alt-quick-dind-test
  • 48-python3_syntax
  • 46-default-docker-image-name-too-long
  • 45-double-pipeline-triggered-if-merge-request-has-melodic-branch-name
  • 40-repo-is-ros-testing
  • test-badges
  • test-lfs-concept
21 results

no-default.yml

Blame
  • angular.json 6.73 KiB
    {
      "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
      "version": 1,
      "newProjectRoot": "projects",
      "projects": {
        "ngx-admin-demo": {
          "root": "",
          "sourceRoot": "src",
          "projectType": "application",
          "architect": {
            "build": {
              "builder": "@angular-devkit/build-angular:browser",
              "options": {
                "aot": true,
                "preserveSymlinks": true,
                "outputPath": "dist",
                "index": "src/index.html",
                "main": "src/main.ts",
                "tsConfig": "src/tsconfig.app.json",
                "polyfills": "src/polyfills.ts",
                "assets": [
                  "src/assets",
                  "src/favicon.ico",
                  "src/favicon.png",
                  {
                    "glob": "**/*",
                    "input": "node_modules/leaflet/dist/images",
                    "output": "/assets/img/markers"
                  }
                ],
                "styles": [
                  "node_modules/bootstrap/dist/css/bootstrap.css",
                  "node_modules/typeface-exo/index.css",
                  "node_modules/roboto-fontface/css/roboto/roboto-fontface.css",
                  "node_modules/ionicons/scss/ionicons.scss",
                  "node_modules/@fortawesome/fontawesome-free/css/all.css",
                  "node_modules/socicon/css/socicon.css",
                  "node_modules/nebular-icons/scss/nebular-icons.scss",
                  "node_modules/pace-js/templates/pace-theme-flash.tmpl.css",
                  "node_modules/leaflet/dist/leaflet.css",
                  "node_modules/ngx-owl-carousel-o/lib/styles/prebuilt-themes/owl.carousel.min.css",
                  "node_modules/ngx-owl-carousel-o/lib/styles/prebuilt-themes/owl.theme.default.min.css",
                  "src/app/@theme/styles/styles.scss"
                ],
                "scripts": [
                  "node_modules/pace-js/pace.min.js",
                  "node_modules/tinymce/tinymce.min.js",
                  "node_modules/tinymce/themes/modern/theme.min.js",
                  "node_modules/tinymce/plugins/link/plugin.min.js",
                  "node_modules/tinymce/plugins/paste/plugin.min.js",
                  "node_modules/tinymce/plugins/table/plugin.min.js",
                  "node_modules/echarts/dist/echarts.min.js",
                  "node_modules/echarts/dist/extension/bmap.min.js",
                  "node_modules/chart.js/dist/Chart.min.js"
                ],
                "allowedCommonJsDependencies": [
                  "angular2-chartjs",
                  "echarts",
                  "lodash",
                  "zrender/lib/svg/svg",
                  "zrender/lib/vml/vml",
                  "style-loader!leaflet/dist/leaflet.css"
                ]
              },
              "configurations": {
                "production": {
                  "budgets": [
                    {
                      "type": "anyComponentStyle",
                      "maximumWarning": "6kb"