mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-08 12:06:50 +01:00
10 lines
167 B
JavaScript
10 lines
167 B
JavaScript
'use strict';
|
|
var pkg = require('./pkg');
|
|
|
|
module.exports = function (grunt, options) {
|
|
return {
|
|
dist: ["dist/"],
|
|
pre: ['dist/*.pre.js']
|
|
};
|
|
};
|