From a32dc0aa4bca7a95c8c644498bf240c895b15c1c Mon Sep 17 00:00:00 2001 From: jorgeucano Date: Wed, 15 Jan 2020 10:26:31 -0300 Subject: [PATCH] feat(scullyindex): add outfolder for support config into scully.config --- schematics/scully/package-lock.json | 2 +- schematics/scully/package.json | 2 +- schematics/scully/src/scully/index.ts | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/schematics/scully/package-lock.json b/schematics/scully/package-lock.json index fd5f90b6b..0e5d20c89 100644 --- a/schematics/scully/package-lock.json +++ b/schematics/scully/package-lock.json @@ -1,6 +1,6 @@ { "name": "@scullyio/init", - "version": "0.0.10", + "version": "0.0.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/schematics/scully/package.json b/schematics/scully/package.json index 8225937d5..bc548ba22 100644 --- a/schematics/scully/package.json +++ b/schematics/scully/package.json @@ -1,6 +1,6 @@ { "name": "@scullyio/init", - "version": "0.0.10", + "version": "0.0.11", "description": "Add scully to your angular app", "repository": { "type": "GIT", diff --git a/schematics/scully/src/scully/index.ts b/schematics/scully/src/scully/index.ts index 671e06817..f49c7b552 100644 --- a/schematics/scully/src/scully/index.ts +++ b/schematics/scully/src/scully/index.ts @@ -30,6 +30,7 @@ export function scully(options: Schema): Rule { './scully.config.js', `exports.config = { projectRoot: "${srcFolder}/app", + outFolder: './dist/static', routes: { } };`