parent
5d143cb4fe
commit
4bd21cfa9d
|
@ -1,5 +1,9 @@
|
|||
# 更新日志
|
||||
|
||||
## [1.0.4] 2018-12-17
|
||||
- 日常维护
|
||||
|
||||
|
||||
## [1.0.3] 2018-12-03
|
||||
- 修复autoprefixer的配置读取
|
||||
|
||||
|
|
13
index.js
13
index.js
|
@ -43,19 +43,6 @@ let options = {
|
|||
exclude: ''
|
||||
}
|
||||
|
||||
// const exec = function(arr, cb) {
|
||||
// let cmd = arr.join(' ')
|
||||
// return new Promise((yes, no) => {
|
||||
// cp.exec(cmd, (err, out) => {
|
||||
// if (err) {
|
||||
// no('err: ' + err)
|
||||
// } else {
|
||||
// yes(arr)
|
||||
// }
|
||||
// })
|
||||
// })
|
||||
// }
|
||||
|
||||
const compileCss = (style, entry, output) => {
|
||||
return render(style, entry).then(css => {
|
||||
if (options.autoPrefixer) {
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "scss-to-css",
|
||||
"displayName": "scss-to-css",
|
||||
"description": "最简单易用的SCSS编译器, 可自动编译scss文件及补全前缀",
|
||||
"version": "1.0.3",
|
||||
"description": "🔥 最简单易用的SCSS编译器, 可自动编译scss文件及补全前缀",
|
||||
"version": "1.0.4",
|
||||
"publisher": "yutent",
|
||||
"author": "Yutent [@yutent]",
|
||||
"icon": "logo.png",
|
||||
|
|
Loading…
Reference in New Issue