Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support JavaScript for writing source files #883

Merged
merged 3 commits into from
Mar 14, 2017
Merged

Support JavaScript for writing source files #883

merged 3 commits into from
Mar 14, 2017

Conversation

lipis
Copy link
Contributor

@lipis lipis commented Mar 14, 2017

So simply instead of creating .coffee files inside the app/script directory we can now create .js files and the rest remain the same.

cwd: '<%= dir.app_ %>'
dest: '<%= dir.dist %>'
expand: true
src: 'script/*/*.js'
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't script/*/*.js become script/**/*.js?

@@ -64,6 +71,7 @@ module.exports =
'image/**/*'
'font/**/*'
'style/*.css'
'script/*/*.js'
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't it be script/**/*.js?

@herrmannplatz
Copy link
Contributor

browsers!

@lipis lipis merged commit 2960133 into dev Mar 14, 2017
@lipis lipis deleted the hybrid branch March 14, 2017 10:47
This was referenced Mar 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants