Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
static.ubuntu-it.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
static.ubuntu-it.org
Commits
3017f67d
Commit
3017f67d
authored
Apr 22, 2018
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Publish italy-theme
parent
85b548c8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
2 deletions
+13
-2
.gitignore
.gitignore
+1
-0
.gitmodules
.gitmodules
+3
-0
Makefile
Makefile
+8
-2
repos/italy-theme
repos/italy-theme
+1
-0
No files found.
.gitignore
View file @
3017f67d
/build
/build
/themes/italy
.gitmodules
0 → 100644
View file @
3017f67d
[submodule "repos/italy-theme"]
path = repos/italy-theme
url = https://code.ubuntu-it.org/ubuntu-it-web/italy-theme.git/
Makefile
View file @
3017f67d
...
@@ -25,6 +25,7 @@ DIRS_FONTS = fonts
...
@@ -25,6 +25,7 @@ DIRS_FONTS = fonts
DIRS_IMAGES
=
themes pictograms
DIRS_IMAGES
=
themes pictograms
DIR_BUILD
=
build
DIR_BUILD
=
build
DIR_ITALY_THEME
=
repos/italy-theme
JS_MINIFIER
=
python3
-m
rjsmin
JS_MINIFIER
=
python3
-m
rjsmin
CSS_MINIFIER
=
python3
-m
rcssmin
CSS_MINIFIER
=
python3
-m
rcssmin
...
@@ -45,13 +46,18 @@ images_svg = $(patsubst %,$(DIR_BUILD)/%,$(shell find $(DIRS_IMAGES) -type f -na
...
@@ -45,13 +46,18 @@ images_svg = $(patsubst %,$(DIR_BUILD)/%,$(shell find $(DIRS_IMAGES) -type f -na
.PHONY
:
build clean
.PHONY
:
build clean
italy-theme
build
:
$(js) $(css) $(fonts_ttf) $(fonts_eot) $(fonts_woff) $(images_png) $(images_jpg) $(images_svg)
build
:
italy-theme
$(js) $(css) $(fonts_ttf) $(fonts_eot) $(fonts_woff) $(images_png) $(images_jpg) $(images_svg)
clean
:
clean
:
@
rm
-rf
$(DIR_BUILD)
@
rm
-rf
$(DIR_BUILD)
italy-theme
:
@
git submodule update
--init
--recursive
$(DIR_ITALY_THEME)
@
$(MAKE)
-C
$(DIR_ITALY_THEME)
@
mkdir
-p
themes/italy
@
cp
-r
$(DIR_ITALY_THEME)
/build/
*
themes/italy
$(DIR_BUILD)/%.min.js
:
%.js
$(DIR_BUILD)/%.min.js
:
%.js
...
...
italy-theme
@
36d3d97a
Subproject commit 36d3d97a7e366f394d2312b0b1d8c086cdbc683c
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