-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Packages #745
Merged
KingDarBoja
merged 22 commits into
maciejtreder:master
from
KingDarBoja:bugfix/core-patch-dec
Mar 13, 2020
Merged
Update Packages #745
KingDarBoja
merged 22 commits into
maciejtreder:master
from
KingDarBoja:bugfix/core-patch-dec
Mar 13, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update ng-toolkit/_utils dependencies and add a new script for private publish using verdaccio.
Update readme with serverless cli options plus add local npm script for dev stage
KingDarBoja
added
comp: serverless
Serverless Package
comp: universal
Universal Package
comp: pwa
PWA Package
comp: _utils
Utils package
labels
Dec 28, 2019
- Added rule to generate robots.txt file - Fix prerender script - Comment the externals after applying angular/universal schematic
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
comp: firebug
Firebug Package
comp: init
Init Package
comp: pwa
PWA Package
comp: serverless
Serverless Package
comp: universal
Universal Package
comp: _utils
Utils package
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a WIP. This include several features, bugfixes and enhancements for all
@ng-toolkit
packages.Features
Utils
serverless.yml
file as example.Serverless
lambdaTS
andoffline
options to generate lambda typescript files and run locally any AWS API Gateway endpoint.IMPORTANT NOTE For some reason, I haven't found a way to make
serverless-offline
properly load the assets and compiled js files on the index while serving offline. So this feature is not fully complete.Universal
robots.txt
file atsrc
folder. Fixes adding robots.txt and sitemap.xml #559Bugfixes
Universal
prerender
file. Fixes [Bug/Enhancement] Update prerendering script #724.externals
line being introduced after runningng add angular/universal
schematic (internally). Fixes externals in webpack.server.config.js causing error after deployment #722.PWA
@ng-toolkit/universal
package.Dependencies
cpy-cli
package instead ofcp-cli
package.js-yaml
package to processyml
<->js
files.Also I think the
@ng-toolkit/_utils
package should be renamed into@ng-toolkit/utils
.