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