Don't copy fixLocale.js to dist folder.

This commit is contained in:
Your Name 2017-06-08 09:52:50 +02:00
Родитель 451f3a239f
Коммит f43d74f45b
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -44,6 +44,8 @@ module.exports = function (grunt) {
dist: {
src: [
'**',
'*.xpi',
'!fixLocale.js',
'!tests/*/**/*',
'!tests/*',
'!tests',
@ -113,4 +115,4 @@ module.exports = function (grunt) {
grunt.registerTask('build', ['execute:fixLocale','jshint', 'clean:dist', 'mkdir:dist', 'copy:dist', 'compress:dist']);
grunt.registerTask('dist', ['']);
};
};