grunt-assets

Manage assets

Usage no npm install needed!

<script type="module">
  import gruntAssets from 'https://cdn.skypack.dev/grunt-assets';
</script>

README

grunt-assets

Build Status

Getting Started

Example config

grunt.initConfig({
    assets: {
        options: {
            repository: "git@github.com:myaccount/my-assets-repo.git",
            dest: "../my-assets-repo"
        }
    }
});