Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !22045

Build system overhaul.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/bardiharborow/build into v4-dev Feb 21, 2017
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 13

Created by: bardiharborow

This PR switches every build task to a NPM script, except saucelabs (this is surprisingly non-trivial, and I'm pushing it to a later PR as this has taken way too long as it is). Closes #20332.

List of tasks that need to included. A ticked checkbox indicates that the task has been tested.

  • CSS
    • Linting (scss-lint)
      • Core
      • Docs
    • Compile (node-sass)
      • Core
      • Docs
    • Prefix (postcss)
      • Core
      • Docs
    • Minify (cleancss)
      • Core
      • Docs
  • JavaScript
    • Linting (eslint)
      • Core
      • Docs
    • Concatenate + Transpile (Babel)
      • Bundle
      • Individual plugins
    • Minify (uglifyjs)
      • Core
      • Docs
    • Test (qunit + PhantomJS)
      • Local
      • SauceLabs (punting conversion to npm)
  • Docs
    • Clean (cp -r dist/* docs/dist/)
    • Linting (htmlhint + htmllint)
    • Compile (Jekyll)
      • Local
      • GitHub
    • Serve (Jekyll)
    • Push to GitHub (punting)
  • Maintenance
    • Update dependencies (npm-check-update)
    • Shrinkwrap (npm)
  • Release
    • Change version number (custom node script)
    • Package zip file (GNU zip)
    • Push to npm, etc. (punting)
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/bardiharborow/build