-
Notifications
You must be signed in to change notification settings - Fork 142
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
Frontools 2.0 #201
Comments
Bring webpack here 😁 EDIT: |
If you wanted to also support Composer installs (ugh), you could just check the parent directory name for config.projectPath. If it's composer, go up 3 directories. If it's node_modules, go up 2. You could even have it fallback to search for an app directory and inside that a design directory. |
@joshuaadickerson even if the core of Frontools will be available only as a Node.js package, there will be a Composer package required to deal with other required files like |
Idea:
Make Frontools a plugin system and publish only as Node.js package (npm) to improve extendability and modularity, making it more front-end oriented at same time.
Usage will be simple:
package.json
Tools that might be useful:
The text was updated successfully, but these errors were encountered: