Cleanup grunt.
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
module.exports = {
|
||||
install: {
|
||||
options: {
|
||||
copy: false
|
||||
}
|
||||
},
|
||||
frontend: {
|
||||
dest: 'accountant/frontend/static/third-party',
|
||||
|
||||
options: {
|
||||
expand: true,
|
||||
stripAffix: true,
|
||||
keepExpandedHierarchy: false
|
||||
}
|
||||
}
|
||||
};
|
||||
@@ -1,8 +0,0 @@
|
||||
module.exports = {
|
||||
main: {
|
||||
dest: 'accountant/frontend/static/build/js/vendor.js',
|
||||
cssDest: 'accountant/frontend/static/build/css/vendor.css',
|
||||
dependencies: {
|
||||
}
|
||||
},
|
||||
};
|
||||
@@ -1,15 +0,0 @@
|
||||
module.exports = {
|
||||
options: {
|
||||
stripBanners: false,
|
||||
banner: '<%= banner %>\n',
|
||||
process: function(src, filepath) {
|
||||
// Add comments with original filename.
|
||||
return '// ### Begin: ' + filepath + ' ### //\n' + src +
|
||||
'// ### End: ' + filepath + ' ### //\n';
|
||||
}
|
||||
},
|
||||
frontend_js: {
|
||||
src: '<%= paths.frontend_js %>',
|
||||
dest: '<%= paths.frontend_build %>/js/app.js'
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user