Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xmpp-pane
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Adrien Dorsaz
xmpp-pane
Commits
13ce39a8
Commit
13ce39a8
authored
Jun 01, 2018
by
Adrien Dorsaz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: update targets to be more precise (especially with 3rdparty directory)
parent
06dac611
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
7 deletions
+18
-7
Makefile
Makefile
+17
-6
_locales/en/messages.json
_locales/en/messages.json
+1
-1
No files found.
Makefile
View file @
13ce39a8
...
...
@@ -15,12 +15,23 @@
# You should have received a copy of the GNU General Public License
# along with XMPP Pane. If not, see <http://www.gnu.org/licenses/>.
build
:
beautify-js
zip ../xmpp-pane.zip
-FS
-r
*
.PHONY
:
build-dev build-zip beautifyjs
buid-zip
:
# Sync all files except 3rdparty and git directory
zip ../xmpp-pane.zip
-FS
-R
'*'
\
-x
'src/3rdparty/*'
'.git/*'
# For 3rdparty, uses a limited list of files to include
zip ../xmpp-pane.zip
'src/3rdparty/mustache.js/mustache.js'
build-dev
:
beautify-js build-zip
beautify-js
:
find
\(
-name
"*.js"
-o
-name
"*.json"
\)
-exec
\
js-beautify
--indent-size
=
4
--indent-char
=
' '
--jslint-happy
\
--operator-position
after-newline
--brace-style
end-expand
--replace
\
--end-with-newline
\
find
-path
'./src/3rdparty'
-prune
\
-o
-path
'./.git/*'
-prune
\
-o
\(
-name
"*.js"
-o
-name
"*.json"
\)
\
-exec
js-beautify
--indent-size
=
4
--indent-char
=
' '
--jslint-happy
\
--operator-position
after-newline
--brace-style
end-expand
--replace
\
--end-with-newline
\
{}
\;
_locales/en/messages.json
View file @
13ce39a8
...
...
@@ -24,7 +24,7 @@
"message"
:
"XMPP Identifier"
},
"xmpp-identifier-placeholder"
:{
"xmpp-identifier-placeholder"
:
{
"description"
:
"Placeholder used to show an example of XMPP Identifier"
,
"message"
:
"john.smith@example.com"
},
...
...
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