Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
WeGovNow
Areaviewer
Commits
dad750c3
Commit
dad750c3
authored
Mar 26, 2019
by
Luigi Sanasi
Browse files
update repo
parent
c945850f
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
dad750c3
...
...
@@ -120,8 +120,8 @@ Use deploybuild to avoid the three step below - this command concat change env +
1.
``js/main.js``
> change
``env``
variable
2.
``gulp build``
to generate
the
bundle
for the specific environment
2.
``gulp minify --name=<dist_name>``
to
generat
e
``dist/dist_name/bundle.js``
file
2.
``gulp build
--name=<dist_name>
``
to generate
``
bundle
.js``
file
2.
``gulp minify --name=<dist_name>``
to
minify and mov
e
``dist/dist_name/bundle.js``
file
#### Dependencies
-
LeafletJS
...
...
build/bundle.js
View file @
dad750c3
This diff is collapsed.
Click to expand it.
dist/sandona/bundle.js
View file @
dad750c3
This diff is collapsed.
Click to expand it.
dist/test/bundle.js
deleted
100644 → 0
View file @
c945850f
This diff is collapsed.
Click to expand it.
dist/torino/bundle.js
View file @
dad750c3
This diff is collapsed.
Click to expand it.
js/main.js
View file @
dad750c3
...
...
@@ -12,7 +12,7 @@ const AreaViewer = () => {
const
$
=
require
(
'
jquery
'
);
// environment
const
env
=
"
test
"
;
const
env
=
"
sandona
"
;
console
.
log
(
'
current environment:
'
,
env
);
const
getParameter
=
require
(
'
get-parameter
'
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment