Removed ionicIcons build target for CSS

This commit is contained in:
Max Lynch
2013-09-27 17:59:18 -05:00
parent 358627c019
commit b27f41ebff
10 changed files with 71 additions and 3774 deletions

View File

@ -26,10 +26,6 @@ module.exports = function(grunt) {
],
dest: 'dist/<%= pkg.name %>.js'
},
cssWithIcons: {
src: ['ionicons/style.css', 'dist/ionic.css'],
dest: 'dist/ionicIcons.css'
},
distAngular: {
src: [
'ext/angular/src/*.js'