Skip to content
This repository has been archived by the owner on May 5, 2018. It is now read-only.

Commit

Permalink
newer file structure without src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Jul 20, 2012
1 parent ccb7c5c commit eea1572
Show file tree
Hide file tree
Showing 31 changed files with 9 additions and 107 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion common/stylesheets/angular-ui.less
Expand Up @@ -4,4 +4,4 @@
@import "mixins.less";
@import "modules/directives/reset/stylesheets/reset.less";
@import "modules/directives/currency/stylesheets/currency.less";
@import "modules/filters/highlight/src/highlight.less";
@import "modules/filters/highlight/highlight.less";
10 changes: 6 additions & 4 deletions grunt.js
Expand Up @@ -13,12 +13,14 @@ module.exports = function(grunt) {
},
concat: {
basic: {
src: ['<banner:meta.banner>', 'common/src/*.js', 'modules/**/src/*.js'],
dest: 'build/<%= pkg.name %>.js'
src: ['<banner:meta.banner>', 'common/*.js', 'modules/*/*/*.js'],
dest: 'build/<%= pkg.name %>.js',
exclude: 'modules/**/test/*.js'
},
ieshiv: {
src: ['<banner:meta.banner>', 'common/ieshiv/src/*.js'],
dest: 'build/<%= pkg.name %>-ieshiv.js'
src: ['<banner:meta.banner>', 'common/ieshiv/*.js'],
dest: 'build/<%= pkg.name %>-ieshiv.js',
exclude: 'modules/**/test/*.js'
}
},
min: {
Expand Down
Binary file added modules/directives/codemirror/.DS_Store
Binary file not shown.
60 changes: 0 additions & 60 deletions modules/directives/date/src/date.js

This file was deleted.

1 change: 1 addition & 0 deletions modules/directives/date/test/dateSpec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
Binary file added modules/directives/jq/.DS_Store
Binary file not shown.
File renamed without changes.
File renamed without changes.
42 changes: 0 additions & 42 deletions modules/directives/mask/src/mask.js

This file was deleted.

1 change: 1 addition & 0 deletions modules/directives/mask/test/maskSpec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
Binary file added modules/directives/select2/.DS_Store
Binary file not shown.
File renamed without changes.
File renamed without changes.

2 comments on commit eea1572

@ProLoser
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dude
.DS_STORE
Not cool dude, not cool.

@ajoslin
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haha, I think we already talked about this.

Please sign in to comment.