Fixes on adding price & errors
This commit is contained in:
20
Gruntfile.js
20
Gruntfile.js
@@ -533,6 +533,12 @@ module.exports = function(grunt) {
|
||||
src: ['**'],
|
||||
dest: 'public/assets/plugins/tinymce/skins/ui/boilerplate',
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'node_modules/icheck-bootstrap/',
|
||||
src: ['icheck-bootstrap.min.css'],
|
||||
dest: 'public/assets/plugins/icheck/'
|
||||
},
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'build/js/include/',
|
||||
@@ -544,22 +550,10 @@ module.exports = function(grunt) {
|
||||
},
|
||||
watch: {
|
||||
dist: {
|
||||
files: [
|
||||
'Admin/*',
|
||||
],
|
||||
files: ['build/js/*', 'build/css/*'],
|
||||
tasks: ['concat', 'copy']
|
||||
}
|
||||
},
|
||||
handlebars: {
|
||||
compile: {
|
||||
options: {
|
||||
namespace: "JST"
|
||||
},
|
||||
files: {
|
||||
"assets/tpl/content.hbs": "public/assets/tpl/content.hbs"
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
// Load the plugin that provides the "uglify" task.
|
||||
|
||||
Reference in New Issue
Block a user