Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Digital Experience Group
UNL_Search
Commits
fa908070
Commit
fa908070
authored
Aug 31, 2018
by
Eric Rasmussen
Browse files
Need to re-add the less task in Gruntfile for the 4.1 css to get made
parent
a5a247ed
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Gruntfile.js
View file @
fa908070
...
...
@@ -177,7 +177,7 @@ module.exports = function (grunt) {
});
// establish grunt default
var
defaultTasks
=
[
'
sass
'
,
'
postcss
'
,
'
uglify
'
,
'
requirejs
'
];
var
defaultTasks
=
[
'
less
'
,
'
sass
'
,
'
postcss
'
,
'
uglify
'
,
'
requirejs
'
];
var
localTasks
=
defaultTasks
.
slice
();
if
(
!
allMixinsExist
)
{
defaultTasks
.
unshift
(
'
curl-dir
'
);
...
...
package-lock.json
View file @
fa908070
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