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 / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
f95ab89f
Commit
f95ab89f
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
really do the raw liquid tag
parent
fadf0160
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Gruntfile.js
+1
-1
Gruntfile.js
customize.html
+2
-4
customize.html
with
3 additions
and
5 deletions
+3
-5
Gruntfile.js
+
1
-
1
View file @
f95ab89f
...
...
@@ -211,7 +211,7 @@ module.exports = function(grunt) {
}
var
customize
=
fs
.
readFileSync
(
'
customize.html
'
,
'
utf-8
'
)
var
files
=
'
<!-- generated -->
\n
<script id="files">
\n
'
+
getFiles
(
'
js
'
)
+
getFiles
(
'
less
'
)
+
getFiles
(
'
fonts
'
)
+
'
<
\
/script>
\n
<!-- /generated -->
'
var
files
=
'
{% raw %}
<!-- generated -->
\n
<script id="files">
\n
'
+
getFiles
(
'
js
'
)
+
getFiles
(
'
less
'
)
+
getFiles
(
'
fonts
'
)
+
'
<
\
/script>
\n
<!-- /generated -->
{% endraw %}
'
fs
.
writeFileSync
(
'
customize.html
'
,
customize
.
replace
(
/<!-- generated -->
(
.|
[\n\r])
*<!--
\/
generated -->/
,
''
)
+
files
)
});
};
This diff is collapsed.
Click to expand it.
customize.html
+
2
-
4
View file @
f95ab89f
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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