Skip to content

Commit

Permalink
Merge branch 'MDL-71365' of https://github.com/stronk7/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjona committed Apr 19, 2021
2 parents 5459965 + 2d287b8 commit 727bb77
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .grunt/tasks/ignorefiles.js
Expand Up @@ -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 = [
Expand All @@ -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);
Expand Down
14 changes: 7 additions & 7 deletions theme/boost/thirdpartylibs.xml
Expand Up @@ -41,13 +41,6 @@
<license>(MIT)</license>
<version>v4.6.0</version>
<licenseversion></licenseversion>
</library>
<library>
<location>amd/src/index.js</location>
<name>bootstrap-util</name>
<license>(MIT)</license>
<version>v4.6.0</version>
<licenseversion></licenseversion>
</library>
<library>
<location>amd/src/bootstrap/modal.js</location>
Expand Down Expand Up @@ -105,6 +98,13 @@
<version>v4.6.0</version>
<licenseversion></licenseversion>
</library>
<library>
<location>amd/src/index.js</location>
<name>bootstrap-util</name>
<license>(MIT)</license>
<version>v4.6.0</version>
<licenseversion></licenseversion>
</library>
<library>
<location>scss/fontawesome</location>
<name>Font Awesome by Dave Gandy - http://fontawesome.io</name>
Expand Down

0 comments on commit 727bb77

Please sign in to comment.