/gulp-sample

gulp静态页构建

Primary LanguageJavaScript

start

yarn start
// or
yarn start:modile

build

yarn build
// or
yarn build:modile

css

<!-- build:css css/index.css -->
<link rel="stylesheet" href="./css/reset.css">
<link rel="stylesheet" href="./css/index.css">
<!-- endbuild -->

// output  css/index.css

js

<!-- build:js js/index.js -->
<script src="./js/index.js" charset="utf-8"></script>
<!-- endbuild -->

// output js/index.js