javascript はてなブログのCSSの自动化用咕嘟咕嘟

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript はてなブログのCSSの自动化用咕嘟咕嘟相关的知识,希望对你有一定的参考价值。

const gulp = require('gulp'); 
const sass = require('gulp-sass'); 

gulp.task('exportcss', function () { 
  return gulp.src('./src/*.scss') 
    .pipe(sass({ 
      outputStyle: 'expanded'
    })) 
    .pipe(gulp.dest('./dest/')); 
}); 

以上是关于javascript はてなブログのCSSの自动化用咕嘟咕嘟的主要内容,如果未能解决你的问题,请参考以下文章

python はてなブログAtomPub APIを使った简易投稿クライアントアプリ(http://ottati.hatenablog.com/entry/2013/09/06/190925の解说用)

python はてなブログAtomPub APIを使った简易投稿クライアントアプリ(http://ottati.hatenablog.com/entry/2013/09/06/190925の解说用)

python はてなブログAtomPub APIを使った简易投稿クライアントアプリ(http://ottati.hatenablog.com/entry/2013/09/06/190925の解说用)

python はてなブログAtomPub APIを使った简易投稿クライアントアプリ(http://ottati.hatenablog.com/entry/2013/09/06/190925の解说用)

python はてなブログAtomPub APIを使った简易投稿クライアントアプリ(http://ottati.hatenablog.com/entry/2013/09/06/190925の解说用)

blog声明