You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.
bower_concat: {
all: {
// where to put assembled files
dest: {
'js': '<%= globalConfig.assets.dist %>/bower.js',
'css': '<%= globalConfig.assets.dist %>/bower.css'
},
// define dependencies here, so the concatenation happens
// in correct order
dependencies: {
'underscore': 'jquery',
'alertify.js': 'jquery',
'bootstrap': 'jquery',
'jquery.validate.js': 'jquery',
'jpillora/jquery.rest': 'jquery',
'bootstrap-table': ['jquery', 'bootstrap']
},
// in some cases bower_concat gets bower packages that do
// not properly define their distr folders/files
// we can fix it by doing it here
mainFiles: {
'bootstrap': [
'dist/css/bootstrap.css',
'dist/js/bootstrap.js'
],
'alertify.js': [
'dist/js/alertify.js',
'dist/css/alertify.css'
],
'jpillora/jquery.rest': [
'dist/1/jquery.rest.js'
]
}
}
},
so when I'm running grunt bower_concat:all all is assembled except that jquery.rest file.
bower.json
bower_concat config inside Gruntfile.js
so when I'm running grunt bower_concat:all all is assembled except that jquery.rest file.
jquery.rest bower.json
The text was updated successfully, but these errors were encountered: