Skip to content

Latest commit

 

History

History
 
 

webdev

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

AngularDart Build Tools pub and webdev

This is a tool to build AngularDart projects. AngularDart project is built by pub command and webdev command. This directory contains webdev command. Also pub command is included ../pub/ directory.

Build the build step

  1. Clone the cloud-builders-community repo:
    $ git clone https://github.com/GoogleCloudPlatform/cloud-builders-community
  2. Go to the directory of pub:
    $ cd cloud-builders-community/pub
  3. Build the Docker image of pub:
    $ gcloud builds submit --config cloudbuild.yaml .
  4. Go to the directory of webdev:
    $ cd cloud-builders-community/webdev
  5. Build the Docker image of webdev:
    $ gcloud builds submit --config cloudbuild.yaml .

Use the build step

steps:
  - name: "gcr.io/$PROJECT_ID/pub"
    args: ["get"]
  - name: "gcr.io/$PROJECT_ID/webdev"
    args: ["build"]