-
Notifications
You must be signed in to change notification settings - Fork 55
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
Grunt workflow #55
Comments
Well I don't know, I like makefiles, especially for something as straightforward as running commands — and I usually use EDIT: I just saw that you can run |
So, @pascalduez seems on fire to build the Gruntfile and shit and stuff. @FWeinb, if you're okay, we do this. |
Let's do it. |
@pascalduez, your move. |
Do we want to this for 1.0? Would be good because than we could run tests and integrate with travis. |
Currently making it my priority. |
Tagged for 1.0. We won't go live until we have a clean workflow, including automated tests. |
$ grunt watch
Running "watch" task
Waiting...
>> File "view\templates\layouts\base.html.swig" changed.
Running "compile" task
Fatal error: spawn ENOENT
Execution Time (2014-07-08 11:15:00 UTC)
loading tasks 70ms ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 91%
compile 6ms ■■■■ 8%
Total 77ms
Completed in 0.853s at Tue Jul 08 2014 13:15:00 GMT+0200 (Paris, Madrid (heure d’été)) - Waiting... Note: Fatal error: spawn ENOENT. $ grunt dist
Running "browserSync:dist" (browserSync) task
Running "watch" task
Waiting...
[BS] Local: >>> http://localhost:3000
[BS] External: >>> http://10.0.1.94:3000
[BS] Serving files from: examples/dist
[BS] Watching files...
>> File "view\templates\includes\sidebar.html.swig" changed.
Running "compile" task
Fatal error: spawn ENOENT
Execution Time (2014-07-08 11:45:42 UTC)
loading tasks 70ms ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 92%
compile 5ms ■■■■ 7%
Total 76ms
Completed in 0.843s at Tue Jul 08 2014 13:45:42 GMT+0200 (Paris, Madrid (heure d’été)) - Waiting... Note: Fatal error: spawn ENOENT. Execution Time (2014-07-08 11:49:03 UTC)
loading tasks 71ms ■■■■■■ 11%
sass:view 573ms ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ 89%
Total 645ms
Completed in 1.488s at Tue Jul 08 2014 13:49:04 GMT+0200 (Paris, Madrid (heure d’été)) - Waiting...
[BS] File Changed: prism.min.js
[BS] Reloading all connected browsers...
Error: EPERM, stat 'c:\Users\DEV-07\Documents\Sources\SassDoc\examples\dist\assets\css\main.css'
>> File "view\scss\partials\_map.scss" changed.
Error: EPERM, stat 'c:\Users\DEV-07\Documents\Sources\SassDoc\examples\dist\assets\css\main.css'
Running "sass:view" (sass) task
File view/assets/css/main.css created.
Done, without errors. Note: Error: EPERM, stat 'c:\Users\DEV-07\Documents\Sources\SassDoc\examples\dist\assets\css\main.css' |
No issue here, I suspect a Windows thing. Investigating. |
Related issue: nodejs/node-v0.x-archive#4337 |
Merged in 1.0.0-rc.12. |
The |
Or Gulp. Whatever.
Now that we have quite a few things going on (Sass watching, JSHint...), perhaps having a more powerful than Make, task-based workflow wouldn't be such a bad idea, right?
@valeriangalliat, @FWeinb, what do you say?
The text was updated successfully, but these errors were encountered: