question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
SanderEliascommented, Jan 28, 2021

@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:

scully.log
scullyStats.json
.scully
/scully/**/*.js
/scully/**/*.js.map
/scully/**/*.d.ts

@diminutivesloop That should be all of them, right?

0reactions
SanderEliascommented, Feb 28, 2022

Thanks to @Brocco, our 2.1.18 schematics will now update the .gitIgnore file. Going to close this now

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found