This package has been deprecated

Author message:

this package has been deprecated

autocompiler

1.0.10 • Public • Published

autoCompiler

Greenkeeper badge postcss自动编译插件.可以在非webpack编译的项目中实时编译css文件。

NPM

使用方法

通过npm安装

npm install autocompiler --save

然后在项目中引用

    var compiler = require('autocompiler');
    compiler({
        plugins:[a,b,c],
        source:'/Users/wenlei/WebstormProjects/autoCompiler/css',//源代码地址
        desc: '/Users/wenlei/WebstormProjects/autoCompiler/dcss',//编译后的css代码
        suffix: '.pcss',
        sourceMap:false,
        multiPath:[{
            source:'/Users/wenlei/WebstormProjects/autoCompiler/css',
            desc: '/Users/wenlei/WebstormProjects/autoCompiler/dcss'
        }]
  })
 

配置项

  • plugins (type:array). postcss编译css代码所需要的插件
  • source (type:string). 源地址路径;支持文件和文件夹两种类型
  • desc (type:string). 目标地址路径;支持文件和文件夹两种类型
  • suffix (type:string). 文件后缀;默认是.pcss;非此后缀文件会自动忽略
  • multiPath (type:array). 多目录输出配置。每个输入地址对应一个输出地址,如果设置该选项,会默认覆盖sourcedesc配置项
    • source (type:string) 参考上述source
    • desc (type:string) 参考上述 desc
  • sourceMap (type:Boolean default:true). 是否启动sourceMap,默认true

DEBUG

  • windows环境下 set DEBUG=compiler
  • osx/linux环境下  export DEBUG=compiler

License

MIT License

Copyright (c) 2018 macurial

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Readme

Keywords

Package Sidebar

Install

npm i autocompiler

Weekly Downloads

11

Version

1.0.10

License

MIT

Unpacked Size

25.9 kB

Total Files

15

Last publish

Collaborators

  • mav7