Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • T TYPO3.CMS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • accessibilityaccessibility
  • TYPO3.CMS
  • Repository
Switch branch/tag
  • TYPO3.CMS
  • Build
  • Sources
  • Sass
  • typo3
  • _element_fieldselectbox.scss
Find file BlameHistoryPermalink
  • Andreas Fernandez's avatar
    [BUGFIX] Refine build architecture · 0c085647
    Andreas Fernandez authored Mar 25, 2019
    TypeScript:
    Due to issues with upcoming TypeScript versions, the TypeScript sources
    are moved into the Build directory before building JavaScript.
    
    The unused Grunt task `tsdev` has been removed.
    
    Additionally, some type defintions have been installed:
    
      yarn add --dev \
          @types/bootstrap-slider \
          @types/datatables.net \
          @types/chosen-js
    
    Sass:
    The Sass sources have been moved into the common "Sources" directory.
    Those source files are moved to have a less cluttered Build directory.
    
    Note: With this patch, all TypeScript files must be placed into
    `Build/Sources/TypeScript` to be compiled by tsc again.
    
    Resolves: #88043
    Releases: master
    Change-Id: I4d3e5f69564c38a35bf083652ea7262f5b85e4f3
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60335
    
    
    Tested-by: default avatarTYPO3com <noreply@typo3.com>
    Tested-by: Anja Leichsenring's avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
    Tested-by: Andreas Fernandez's avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    Reviewed-by: Anja Leichsenring's avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
    Reviewed-by: Andreas Fernandez's avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    0c085647