First step moving toward a shared component template and stylesheet across multiple machines

This commit is contained in:
Jeff Parsons 2016-04-19 17:04:53 -07:00
commit f390bdb76b
7 changed files with 12 additions and 16 deletions

View file

@ -365,7 +365,7 @@ module.exports = function(grunt) {
"pcjs": {
files: [
{
cwd: "modules/pcjs/templates/",
cwd: "modules/shared/templates/",
src: ["components.*"],
dest: "versions/pcjs/<%= pkg.version %>/",
expand: true