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 Jan 17, 2025. It is now read-only.
checker.for('ember-cli').assertAbove('2.15.0', 'ember-colpick >= 1.0.0 is only supported in ember-cli >= 2.15.0. To fix, either downgrade ember-colpick or upgrade ember-cli.');
},
blueprintsPath: function() {
return path.join(__dirname, 'blueprints');
},
included: function colpick_included() {
this._super.included.apply(this, arguments);
if(!process.env.EMBER_CLI_FASTBOOT) {
var colpickPath = path.join('node_modules', 'jquery-colpick');