Skip to content

Commit

Permalink
remove component
Browse files Browse the repository at this point in the history
  • Loading branch information
nbubna committed Feb 15, 2024
1 parent 29cbc3b commit cc4444b
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@ module.exports = function(grunt) {
tasks: ['jshint:test', 'qunit']
}
},
component_build: {
app: {
output: './dist/',
styles: false,
scripts: true,
standalone: true
}
},
nugetpack: {
dist: {
src: 'store2.nuspec',
Expand All @@ -111,7 +103,7 @@ module.exports = function(grunt) {
grunt.loadTasks('tasks');

// Default task.
grunt.registerTask('default', ['jshint', 'clean', 'concat', 'component_build', 'qunit', 'uglify']);
grunt.registerTask('default', ['jshint', 'clean', 'concat', 'qunit', 'uglify']);
grunt.registerTask('nuget', ['nugetpack', 'nugetpush']);

};

0 comments on commit cc4444b

Please sign in to comment.