Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jaywcjlove/compile-less
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.1
Choose a base ref
...
head repository: jaywcjlove/compile-less
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 12 commits
  • 4 files changed
  • 2 contributors

Commits on Aug 29, 2020

  1. Copy the full SHA
    bf4f686 View commit details
  2. Copy the full SHA
    ed43e6a View commit details
  3. chore: Update README.md

    jaywcjlove committed Aug 29, 2020
    Copy the full SHA
    ef84176 View commit details

Commits on Dec 16, 2020

  1. Copy the full SHA
    3d4a534 View commit details
  2. Copy the full SHA
    7f5916e View commit details
  3. Copy the full SHA
    6d43a81 View commit details
  4. Copy the full SHA
    07f75d0 View commit details
  5. Copy the full SHA
    d0f0cd1 View commit details
  6. Copy the full SHA
    3a08bdc View commit details
  7. Copy the full SHA
    722944a View commit details
  8. Copy the full SHA
    6e49abb View commit details
  9. released v1.6.0

    jaywcjlove committed Dec 16, 2020
    Copy the full SHA
    ce15478 View commit details
Showing with 52 additions and 45 deletions.
  1. +1 −1 .github/workflows/ci.yml
  2. +7 −0 README.md
  3. +35 −35 package-lock.json
  4. +9 −9 package.json
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GitHub Actions Deploy compile-less-cli
name: Build compile-less
on:
push:
branches:
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
compile-less
===

![Build compile-less](https://github.com/jaywcjlove/compile-less/workflows/Build%20compile-less/badge.svg)
[![](https://img.shields.io/github/issues/jaywcjlove/compile-less.svg)](https://github.com/jaywcjlove/compile-less/issues)
[![](https://img.shields.io/github/forks/jaywcjlove/compile-less.svg)](https://github.com/jaywcjlove/compile-less/network)
[![](https://img.shields.io/github/stars/jaywcjlove/compile-less.svg)](https://github.com/jaywcjlove/compile-less/stargazers)
[![](https://img.shields.io/github/release/jaywcjlove/compile-less)](https://github.com/jaywcjlove/compile-less/releases)
[![](https://img.shields.io/npm/v/compile-less-cli.svg)](https://www.npmjs.com/package/compile-less-cli)

All `.less` files are compiled into `.css` files.

### Install
70 changes: 35 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "compile-less-cli",
"version": "1.5.1",
"version": "1.6.0",
"description": "compile less",
"main": "lib/compile.js",
"bin": {
@@ -36,18 +36,18 @@
"src"
],
"devDependencies": {
"typescript": "4.0.2"
"typescript": "4.1.3"
},
"dependencies": {
"@types/fs-extra": "9.0.1",
"@types/less": "3.0.1",
"@types/node": "14.6.0",
"chokidar": "3.4.2",
"commander": "6.0.0",
"@types/fs-extra": "9.0.5",
"@types/less": "3.0.2",
"@types/node": "14.14.14",
"chokidar": "3.4.3",
"commander": "6.2.1",
"directory-tree": "2.2.4",
"fs-extra": "9.0.1",
"less": "3.12.2",
"less": "3.13.0",
"less-plugin-autoprefix": "2.0.0",
"tslib": "2.0.1"
"tslib": "2.0.3"
}
}