Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Anton
workshop
Commits
5628c75b
Commit
5628c75b
authored
5 years ago
by
Anton
Browse files
Options
Download
Email Patches
Plain Diff
убрал компрессию из простого css
parent
e616c51c
master
almaty-20-inner
bahia-19
berlin-20
caribbean-region-2020-pre
costa-20
dubai-19
flanders-20
fond-20
gemotest
gemotest-mob
greece-20
greece-20-new
hungary-21
indian-ocean-2019
indian-ocean-2020
indian-ocean-2020-pre
indonesia-21
jamaica-21
jamaica-21-mobile
landing
maldives-20
moscow-19
moscow-20
moscow20-summer
neozn-stream
neozn-winter-20
new-project
novgorod-19
otm-mails
otm-restart-2020-pre
otm-summer-2020-pre
otm-winter-19
otm-winter-2020-pre
philippines-19
philippines-2021
plugins
prelanding
pt-folder
red-indian
red-indian-inner
red-indian-mails
rth-stub
selectum-19
sharjah-header
singapure-20
so-desktop-19
so-mobile-19
stand-moscow-2020
stand2020-gold
stand2020-platinum
stand2020-silver
tokio-20
tree-js
turister
ugra-2021
ugra-2021-mobile
vologda
zn-summer-20
zn-summer-20-inner
zn-summer-2020-pre
zn-summer-2021-pre
zn-summer-21
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Gulpfile.js
+0
-1
Gulpfile.js
with
0 additions
and
1 deletion
+0
-1
Gulpfile.js
+
0
-
1
View file @
5628c75b
...
...
@@ -9,7 +9,6 @@ const gulp = require('gulp'),
gulp
.
task
(
'
create_css
'
,
function
()
{
gulp
.
src
(
'
./build/**/*.scss
'
)
.
pipe
(
sass
({
outputStyle
:
'
compressed
'
}).
on
(
'
error
'
,
sass
.
logError
))
.
pipe
(
concat
(
'
style.css
'
))
.
pipe
(
autoprefixer
())
.
pipe
(
gulp
.
dest
(
'
./css/
'
));
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets