Skip to content

Commit

Permalink
chore(dependencies): moved class.js to angular-onsenui.js
Browse files Browse the repository at this point in the history
  • Loading branch information
frandiox committed Nov 24, 2015
1 parent 3b58693 commit 5eb0bbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
File renamed without changes.
4 changes: 3 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ gulp.task('jshint-vanilla', function() {
'framework/directives/*.js',
'framework/services/*.js',
'framework/elements/*.js',
'framework/views/*.js'
'framework/views/*.js',
'!framework/js/class.js'
])
.pipe($.cached('jshint-vanilla'))
.pipe($.jshint())
Expand Down Expand Up @@ -221,6 +222,7 @@ gulp.task('prepare', ['html2js', 'core'], function() {

// angular-onsenui.js
gulp.src([
'framework/vendor/*.js',
'framework/lib/*.{es6,js}',
'framework/directives/templates.js',
'framework/js/onsen.js',
Expand Down

0 comments on commit 5eb0bbf

Please sign in to comment.