Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zimbra-admin-api-js
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Public
zimbra-admin-api-js
Commits
2b204ae9
Commit
2b204ae9
authored
May 24, 2016
by
Patricio Bruna
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #99 from ZBoxApp/deploy_fix
deploy npm target
parents
12560b80
6f1d993e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
.gitignore
.gitignore
+3
-0
package.json
package.json
+1
-0
webpack.config.js
webpack.config.js
+1
-1
No files found.
.gitignore
View file @
2b204ae9
...
@@ -58,3 +58,6 @@ sftp-config.json
...
@@ -58,3 +58,6 @@ sftp-config.json
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
.idea
.idea
.vagrant
vagrant
Vagrantfile
package.json
View file @
2b204ae9
...
@@ -69,6 +69,7 @@
...
@@ -69,6 +69,7 @@
"scripts"
:
{
"scripts"
:
{
"check"
:
"eslint --ext
\"
.jsx
\"
--ignore-pattern node_modules --quiet ."
,
"check"
:
"eslint --ext
\"
.jsx
\"
--ignore-pattern node_modules --quiet ."
,
"build"
:
"NODE_ENV=production webpack"
,
"build"
:
"NODE_ENV=production webpack"
,
"deploy"
:
"NODE_ENV=production webpack"
,
"run"
:
"webpack --progress --watch"
,
"run"
:
"webpack --progress --watch"
,
"run-fullmap"
:
"webpack --progress --watch"
,
"run-fullmap"
:
"webpack --progress --watch"
,
"companies-service"
:
"babel-node companies-service.js"
,
"companies-service"
:
"babel-node companies-service.js"
,
...
...
webpack.config.js
View file @
2b204ae9
...
@@ -22,7 +22,7 @@ const hash = timestamp.slice(-6, timestamp.length);
...
@@ -22,7 +22,7 @@ const hash = timestamp.slice(-6, timestamp.length);
var
DEV
=
false
;
var
DEV
=
false
;
var
FULLMAP
=
false
;
var
FULLMAP
=
false
;
if
(
NPM_TARGET
===
'run'
||
NPM_TARGET
===
'run-fullmap'
)
{
if
(
NPM_TARGET
===
'run'
||
NPM_TARGET
===
'run-fullmap'
||
NPM_TARGET
===
'deploy'
)
{
DEV
=
true
;
DEV
=
true
;
if
(
NPM_TARGET
===
'run-fullmap'
)
{
if
(
NPM_TARGET
===
'run-fullmap'
)
{
FULLMAP
=
true
;
FULLMAP
=
true
;
...
...
Write
Preview
Markdown
is supported
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