Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Octant
Commits
674b96a1
Commit
674b96a1
authored
5 years ago
by
GuessWhoSamFoo
Browse files
Options
Download
Email Patches
Plain Diff
Added cache busting to ng build
Signed-off-by:
GuessWhoSamFoo
<
foos@vmware.com
>
parent
8fb30b5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/package.json
+1
-1
web/package.json
with
1 addition
and
1 deletion
+1
-1
web/package.json
+
1
-
1
View file @
674b96a1
...
...
@@ -4,7 +4,7 @@
"scripts"
:
{
"ng"
:
"ng"
,
"start"
:
"ng serve"
,
"build"
:
"node --max-old-space-size=8000 ./node_modules/@angular/cli/bin/ng build --prod"
,
"build"
:
"node --max-old-space-size=8000 ./node_modules/@angular/cli/bin/ng build --prod
--output-hashing=all
"
,
"test"
:
"ng test --browsers=ChromeDebug"
,
"test:headless"
:
"ng test --watch=false --browsers=ChromeHeadless"
,
"lint"
:
"ng lint"
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help