Mammoth777 / lesstocss

always hello world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

less转css

并没有什么用的一个东西, less本身提供了这个功能的... 写的好挫啊...再改改再改改

执行

在项目文件夹里, 用node执行lesstocss.js即可。(需已安装less, 2333)

cd myProject
npm i less --save
node lesstocss.js inputPath outputPath

0.0

默认将less文件内的所有less文件转换至css文件夹相同目录内

  • 默认参数
    • inputPath: less
    • outputPath: css

config

lesstocss.js内配置

const config = {
    singleDir: false, // 是否输出到单文件夹
    exclude: ['node_modules'], // 忽略的.less文件 例: ['demo.less', 'demo1.less']
}

About

always hello world


Languages

Language:JavaScript 94.8%Language:CSS 5.2%