Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B buck
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 201
    • Issues 201
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • 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
  • Meta
  • buck
  • Merge requests
  • !1299

Introduce rules for compiling closure javascript

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/shs96c/closure-rules into master Apr 20, 2017
  • Overview 4
  • Commits 1
  • Pipelines 0
  • Changes 16

Created by: shs96c

This includes:

  • closure_library: no concrete output, but a useful way of collecting functionality into modules.

  • closure_binary: compile a set of closure_library instances into a single minified output.

  • closure_fragment: takes a single method from a closure_library and exposes it as a minified set of JS, suitable for injeting into a web page.

The last rule is used extensively within Selenium to implement shared functionality which is best done using JS.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/shs96c/closure-rules