stc-moveto
v1.0.0
Published
move js/css to </head> or </body>
Downloads
3
Readme
stc-moveto
Install
npm install stc-moveto
How to use
const csslint = require('stc-moveto')
stc.workflow({
moveto: {plugin: moveto, include: {type: 'tpl'}}
})
<script stc-moveto="head" src="xxx"></script>
<link stc-moveto="head">
<style stc-moveto="tail"></style>