Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
vMap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marty Fabien
vMap
Commits
5d9c5d95
Commit
5d9c5d95
authored
6 years ago
by
Armand Bahi
Browse files
Options
Downloads
Patches
Plain Diff
Resolve git ignore on properties.json
parent
9428eabe
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
install.sh
+8
-0
8 additions, 0 deletions
install.sh
utils/init_symlinks.sh
+12
-2
12 additions, 2 deletions
utils/init_symlinks.sh
with
20 additions
and
2 deletions
install.sh
+
8
−
0
View file @
5d9c5d95
...
...
@@ -14,4 +14,12 @@ else
./init_symlinks.sh
./pull_subtrees.sh
./copy_hooks.sh
cd
../client/conf
npm
install
grunt
--save
npm
install
grunt-cli
npm
install
grunt-closure-tools
--save
npm
install
google-closure-compiler@20160911.0.0
--save
npm
install
google-closure-library@20160911.0.0
--save
grunt
-dev
fi
This diff is collapsed.
Click to expand it.
utils/init_symlinks.sh
+
12
−
2
View file @
5d9c5d95
...
...
@@ -68,10 +68,20 @@ fi
# Conf
echo
"---- Link conf ----"
if
!
[
-e
"src/vitis/client/conf"
]
;
then
ln
-rsf
conf client/conf
# ln -rsf conf client/conf
mkdir
client/conf
for
elem
in
$(
ls
"conf"
)
;
do
if
[[
$elem
!=
'properties.json'
]]
;
then
if
[[
-d
"conf/
${
elem
}
"
||
-f
"conf/
${
elem
}
"
]]
;
then
echo
"---- Link conf/
$elem
"
ln
-rsf
conf/
$elem
client/conf/
$elem
fi
fi
done
fi
if
!
[
-e
"conf/closure"
]
;
then
ln
-rsf
src/closure/conf conf/closure
ln
-rsf
src/closure/conf
client/
conf/closure
fi
# Modules
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment