Added a file to Gruntfile.js

This commit is contained in:
Taras Machyshyn
2015-03-19 15:01:36 +02:00
parent f0b4c2dc79
commit c893a4441d
+4 -3
View File
@@ -17,7 +17,7 @@
*
* You should have received a copy of the GNU General Public License
* along with EspoCRM. If not, see http://www.gnu.org/licenses/.
************************************************************************/
************************************************************************/
module.exports = function (grunt) {
var jsFilesToMinify = [
@@ -65,10 +65,10 @@ module.exports = function (grunt) {
'client/src/controllers/base.js',
'client/src/view.js',
];
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
mkdir: {
tmp: {
options: {
@@ -154,6 +154,7 @@ module.exports = function (grunt) {
'bootstrap.php',
'cron.php',
'rebuild.php',
'upgrade.php',
'index.php',
'LICENSE.txt',
'.htaccess',