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