Starting with scully
See original GitHub issue🐞 Bug report
Description
We running the scully schematic, a folder scully is created with a dummy default plugin and the tsconfig.json 1- When I delete the plugin, For cleaner code I should be able to compile since this method is not used 2- The compile code (.js .js.map) should be put in the dist folder and used from there if needed, instead of polluting the source code. 3- scully.log should also be added to the dist folder or at least automatically get added to .gitignore
🔬 Minimal Reproduction
💻Your Environment
Angular Version:
Angular CLI: 10.2.0
Node: 12.17.0
OS: linux x64
Angular: 10.2.3
Scully Version:
"@scullyio/init": "^1.0.1",
"@scullyio/ng-lib": "^1.0.0",
"@scullyio/scully": "^1.0.0",
🔥 Exception or Error
When I delete the plugins folder (and I think I should be able to, if I do not use any custom plugins), I get:
using plugins from folder "./scully"
Typescript error while compiling plugins. the error is:
error TS18003: No inputs were found in config file './scully/tsconfig.json'. Specified 'include' paths were '["**/*"]' and 'exclude' paths were '["./**/*spec.ts"]'.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:9 (7 by maintainers)
Top Results From Across the Web
Getting started - Scully.io
Scully documentation page containing and Getting Started. ... Getting Started. First check if your app meets the minimal requirements.
Read more >Getting Started With Scully - Angular Static Site Generator
Scully is a static site generator for angular which helps to develop JAMStack based applications. Scully prerenders all the routes at build time ......
Read more >Scully Surname Meaning, History & Origin
This name was derived from either scolaide, meaning “town crier,” or from scolaire meaning “student.” Scully history.
Read more >Scully Name Meaning & Scully Family History at Ancestry.com®
The Scully family name was found in the USA, the UK, Canada, and Scotland between 1840 and 1920. The most Scully families were...
Read more >Scully - Wikipedia
Scully may refer to: Scully (surname) · Scully (TV series), British television drama. See alsoEdit · All pages with titles beginning with Scully...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jorgeucano / @Brocco Can you take a look at the schematics and check if the following files are automatically added to the
.gitignore
in a project:@diminutivesloop That should be all of them, right?
Thanks to @Brocco, our 2.1.18 schematics will now update the
.gitIgnore
file. Going to close this now