mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Fix versions.json serving (#2554)
This commit is contained in:
parent
1cfe43e5d9
commit
f963d95975
@ -11,6 +11,7 @@
|
|||||||
"assets",
|
"assets",
|
||||||
"favicon.ico",
|
"favicon.ico",
|
||||||
"app.config.json",
|
"app.config.json",
|
||||||
|
"versions.json",
|
||||||
{
|
{
|
||||||
"glob": "**/*",
|
"glob": "**/*",
|
||||||
"input": "../resources",
|
"input": "../resources",
|
||||||
@ -141,6 +142,7 @@
|
|||||||
"assets": [
|
"assets": [
|
||||||
"assets",
|
"assets",
|
||||||
"app.config.json",
|
"app.config.json",
|
||||||
|
"versions.json",
|
||||||
{
|
{
|
||||||
"glob": "**/*",
|
"glob": "**/*",
|
||||||
"input": "../resources",
|
"input": "../resources",
|
||||||
|
2
demo-shell-ng2/.gitignore
vendored
2
demo-shell-ng2/.gitignore
vendored
@ -52,7 +52,7 @@ app/**/*.d.ts
|
|||||||
|
|
||||||
!app/js/Polyline.js
|
!app/js/Polyline.js
|
||||||
.idea
|
.idea
|
||||||
versions.json
|
src/versions.json
|
||||||
dist/
|
dist/
|
||||||
coverage/
|
coverage/
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
"test": "ng test",
|
"test": "ng test",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"e2e": "ng e2e",
|
"e2e": "ng e2e",
|
||||||
"server-versions": "rimraf versions.json && npm list --depth=0 --json=true --prod=true > versions.json || exit 0",
|
"server-versions": "rimraf ./src/versions.json && npm list --depth=0 --json=true --prod=true > ./src/versions.json || exit 0",
|
||||||
"clean": "npm run clean-build && rimraf dist node_modules typings dist",
|
"clean": "npm run clean-build && rimraf dist node_modules typings dist",
|
||||||
"clean-ng2-component-angular": "rimraf ../ng2-components/node_modules/@angular",
|
"clean-ng2-component-angular": "rimraf ../ng2-components/node_modules/@angular",
|
||||||
"clean-build": "rimraf 'app/{,**/}**.js' 'app/{,**/}**.js.map' 'app/{,**/}**.d.ts'",
|
"clean-build": "rimraf 'app/{,**/}**.js' 'app/{,**/}**.js.map' 'app/{,**/}**.d.ts'",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user