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
H
HCI Theme
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HCI-Development
HCI Theme
Commits
ef34d07e
Commit
ef34d07e
authored
Apr 27, 2020
by
Andreas Knote
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use node install --dev-only as no real runtime dependencies exist
parent
4a67207d
Pipeline
#22479
failed with stage
in 13 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Rakefile
Rakefile
+4
-3
No files found.
Rakefile
View file @
ef34d07e
...
...
@@ -8,10 +8,11 @@ require 'rake'
task
:default
=>
[
:build
]
task
:build
do
print
'Building HCI-Theme'
system
'npm install'
puts
'web-packing hci-theme'
system
'npm install --dev-only'
system
'npx webpack -p --config webpack.config.js --mode=production'
FileUtils
.
mkdir_p
(
'_sass'
)
FileUtils
.
copy_entry
'node_modules/slick-carousel'
,
'_sass/slick-carousel'
FileUtils
.
mkdir_p
(
'assets/css/fonts'
)
FileUtils
.
copy_entry
(
...
...
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