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

Add ability to switch and/or add npm tools #7

Open
paceaux opened this issue Feb 24, 2016 · 1 comment
Open

Add ability to switch and/or add npm tools #7

paceaux opened this issue Feb 24, 2016 · 1 comment

Comments

@paceaux
Copy link

paceaux commented Feb 24, 2016

Please change the task runner so that it points to a folder containing tasks, rather than actually having the tasks written in it. This adds flexibility and choice for which NPM tools can be used with DXA:

This could also be done by switching to gulp and using this in the gulpfile.js:

    var requireDir = require('require-dir');
    requireDir('./gulp/tasks', { recurse: true });

Benefits to clients

Especially with Bootstrap 4 switching to Sass, and that the Bootstrap community is considering a postCSS port, it would be very useful to, at minimum, be able to switch the CSS preprocessor from Less to Sass.

I'll be able to provide a Sass version of DXA in the next few days, if you wish.

@rpannekoek
Copy link
Contributor

TSI-1373 (internal issue ID for tracking purposes)

@rpannekoek rpannekoek added this to the v2.2 milestone Dec 18, 2018
@rpannekoek rpannekoek removed this from the v2.2 milestone Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants