Fix Gruntfile.
This commit is contained in:
parent
d5f72545ba
commit
9a4b4a61ee
@ -1,3 +1,5 @@
|
|||||||
|
'use strict';
|
||||||
|
|
||||||
module.exports = function(grunt) {
|
module.exports = function(grunt) {
|
||||||
require('load-grunt-tasks')(grunt);
|
require('load-grunt-tasks')(grunt);
|
||||||
require('time-grunt')(grunt);
|
require('time-grunt')(grunt);
|
||||||
@ -12,14 +14,11 @@ module.exports = function(grunt) {
|
|||||||
accountant: appConfig,
|
accountant: appConfig,
|
||||||
|
|
||||||
config: {
|
config: {
|
||||||
src: "grunt-config/*.js"
|
src: 'grunt-config/*.js'
|
||||||
},
|
},
|
||||||
paths: {
|
paths: {
|
||||||
frontend_js: [
|
frontend_js: [
|
||||||
'accountant/frontend/static/js/app.js',
|
'accountant/frontend/static/js/*.js'
|
||||||
'accountant/frontend/static/js/accounts.js',
|
|
||||||
'accountant/frontend/static/js/operations.js',
|
|
||||||
'accountant/frontend/static/js/scheduler.js'
|
|
||||||
],
|
],
|
||||||
frontend_build: 'accountant/frontend/static/build'
|
frontend_build: 'accountant/frontend/static/build'
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user