UNPKG

machinepack-waterline

Version:

A database-agnostic connectivity library for sending queries, managing dynamic db connections, committing/rolling back transactions, and more.

21 lines (20 loc) 500 B
/** * `syncAssets` * * --------------------------------------------------------------- * * This Grunt tasklist is not designed to be used directly-- rather * it is a helper called by the `watch` task (`tasks/config/watch.js`). * * For more information see: * http://sailsjs.org/documentation/anatomy/my-app/tasks/register/sync-assets-js * */ module.exports = function(grunt) { grunt.registerTask('syncAssets', [ 'jst:dev', 'less:dev', 'sync:dev', 'coffee:dev' ]); };