GulpTam
Gulp integration for Tam.
Install
npm i --save-dev gulp-tam
Note that you still need to install Tam.
Usage
var gulp = ;var tam = ;var gulpTam = gulp tam'./assets.json'; gulp; // Remove the dist directorygulp; // Generate dist and the linked listgulp; // Watch the src directory and the assets // You can have two gulpTam for frontstage and backstage!var GulpTam = gulp tam;var gulpTamFrontStage = ;var gulpTamBackStage = ;