diff --git a/.grunt/tasks/ignorefiles.js b/.grunt/tasks/ignorefiles.js
index d8b9ec180ac..9cc2f6c5161 100644
--- a/.grunt/tasks/ignorefiles.js
+++ b/.grunt/tasks/ignorefiles.js
@@ -41,7 +41,7 @@ module.exports = grunt => {
'*/**/yui/src/*/meta/',
'*/**/build/',
].concat(thirdPartyPaths);
- grunt.file.write('.eslintignore', eslintIgnores.join('\n'));
+ grunt.file.write('.eslintignore', eslintIgnores.join('\n') + '\n');
// Generate .stylelintignore.
const stylelintIgnores = [
@@ -50,7 +50,7 @@ module.exports = grunt => {
'theme/boost/style/moodle.css',
'theme/classic/style/moodle.css',
].concat(thirdPartyPaths);
- grunt.file.write('.stylelintignore', stylelintIgnores.join('\n'));
+ grunt.file.write('.stylelintignore', stylelintIgnores.join('\n') + '\n');
};
grunt.registerTask('ignorefiles', 'Generate ignore files for linters', handler);
diff --git a/theme/boost/thirdpartylibs.xml b/theme/boost/thirdpartylibs.xml
index 9cc2f7a632c..d7a4850fd94 100644
--- a/theme/boost/thirdpartylibs.xml
+++ b/theme/boost/thirdpartylibs.xml
@@ -41,13 +41,6 @@
(MIT)
v4.6.0
-
-
- amd/src/index.js
- bootstrap-util
- (MIT)
- v4.6.0
-
amd/src/bootstrap/modal.js
@@ -105,6 +98,13 @@
v4.6.0
+
+ amd/src/index.js
+ bootstrap-util
+ (MIT)
+ v4.6.0
+
+
scss/fontawesome
Font Awesome by Dave Gandy - http://fontawesome.io