Skip to content
Snippets Groups Projects
Select Git revision
  • chat_identifier_parsers_claude_3_7-feature-flag
  • master default protected
  • 515946-custom-fields-finder-filters
  • andrey-pass-ruby-version-qa-trigger
  • id-create-integration-on-q-connect
  • qa-knapsack-master-report-update
  • psi-custom-field-token-issues
  • doc/Improve-server-side-backup-and-buckets
  • delete-old-feature-flags-zoekt_increased_concurrency_indexing_task_worker
  • 521392-new-generate-commit-message-prompt
  • 517411-prevent-creating-pipeline-on-workload-branch-creation
  • move-projects-app-to-shared
  • 523029-issuable-sidebar-link-design-tokens
  • sh-fix-workhorse-lint-warnings
  • 523037-rich-text-editor-design-tokens
  • 513176-move-duo-staging-setup-doc-to-common-area
  • mdangelo/support_group_level_work_items_on_current_user_work_items_query
  • 510562-incident-19034-fix-merge-requests-that-were-closed-even-if-they-were-already-merged
  • set-default-auto-stop-setting
  • 396318-empty-string-fix-matrix-job
  • v17.7.6-ee protected
  • v17.8.4-ee protected
  • v17.9.1-ee protected
  • v17.8.3-ee protected
  • v17.7.5-ee protected
  • v17.9.0-ee protected
  • v17.9.0-rc42-ee protected
  • v17.6.5-ee protected
  • v17.7.4-ee protected
  • v17.8.2-ee protected
  • v17.6.4-ee protected
  • v17.7.3-ee protected
  • v17.8.1-ee protected
  • v17.8.0-ee protected
  • v17.7.2-ee protected
  • v17.8.0-rc42-ee protected
  • v17.5.5-ee protected
  • v17.6.3-ee protected
  • v17.7.1-ee protected
  • v17.7.0-ee protected
40 results

.gitignore

  • Lukas Eipert's avatar
    98f6006a
    Add script to compile SCSS with node sass package · 98f6006a
    Lukas Eipert authored
    The script `./scripts/frontend/compile_css.mjs` compiles our SCSS style
    code to CSS. It follows the same rules/settings that our sassc-rails gem
    currently does (compiling the same files) while using dart sass and not
    the deprecated C implementation.
    
    Compiled CSS files will be placed in `app/assets/builds` where they can
    be picked up by the `cssbundling` gem. The gem _needs_ runs the npm
    script `build:css`.
    
    We also mark `sass` as a production dependency so that our license
    scanning picks up everything properly.
    
    One more note, the current MR doesn't integrate with the Vite and
    Webpack dev servers yet, this would be done in a second step.
    
    For more context see the in-progess MR:
    gitlab-org/gitlab!140611
    
    
    
    Co-Authored-By: default avatarMuhammed Ali <muhammed.ali@airtimerewards.com>
    Verified
    98f6006a
    History
    Add script to compile SCSS with node sass package
    Lukas Eipert authored
    The script `./scripts/frontend/compile_css.mjs` compiles our SCSS style
    code to CSS. It follows the same rules/settings that our sassc-rails gem
    currently does (compiling the same files) while using dart sass and not
    the deprecated C implementation.
    
    Compiled CSS files will be placed in `app/assets/builds` where they can
    be picked up by the `cssbundling` gem. The gem _needs_ runs the npm
    script `build:css`.
    
    We also mark `sass` as a production dependency so that our license
    scanning picks up everything properly.
    
    One more note, the current MR doesn't integrate with the Vite and
    Webpack dev servers yet, this would be done in a second step.
    
    For more context see the in-progess MR:
    gitlab-org/gitlab!140611
    
    
    
    Co-Authored-By: default avatarMuhammed Ali <muhammed.ali@airtimerewards.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.