Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
70a0a2d4
Commit
70a0a2d4
authored
Nov 20, 2015
by
Ray Schamp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename version to tag to match scratch-api
parent
7983d760
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Makefile
Makefile
+5
-5
No files found.
Makefile
View file @
70a0a2d4
...
...
@@ -14,7 +14,7 @@ build:
@
make clean
@
make translations
@
make webpack
@
make
version
@
make
tag
clean
:
rm
-rf
./build
...
...
@@ -34,12 +34,12 @@ else
eb deploy
-l
$(GIT_VERSION)
-m
"
$(GIT_MESSAGE)
"
endif
tag
:
echo
$(GIT_VERSION)
>
./build/version.txt
translations
:
./lib/bin/build-locales locales/translations.json
version
:
echo
$(GIT_VERSION)
>
./build/version.txt
webpack
:
$(WEBPACK)
--bail
...
...
@@ -82,4 +82,4 @@ integration:
# ------------------------------------
.PHONY
:
build clean deploy static t
ranslations version
webpack watch stop start test lint
.PHONY
:
build clean deploy static t
ag translations
webpack watch stop start test lint
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